Skip to content

Commit 7f61306

Browse files
v 45, try to fix one more crash
1 parent 1b5c007 commit 7f61306

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/buffs/RPGbuff.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ return buff.init{
4141
hero = RPD.Dungeon.hero
4242
level = RPD.Dungeon.level
4343
depth = RPD.Dungeon.depth
44-
subClass = storage.gameGet("subClassNone")
44+
subClass = storage.gameGet("subClassNone", {none = "", actv = 1})
4545
local Spells = require "scripts/spells/CustomSpellsList"
4646
local weapon = hero:getBelongings().weapon
4747
local lefthand = hero:getBelongings().leftHand

version.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version":27,
2+
"version":28,
33
"name":"Remixed RPG",
44
"description":"Добавляет в игру механики RPG игр. Мод находиться в стадии беты",
55
"author":"Назипов Инсаф",
66
"url":"https://vk.com/remixed_skyrim",
7-
"rpd_version":1157
7+
"rpd_version":1191
88

99
}

0 commit comments

Comments
 (0)