We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5c007 commit 7f61306Copy full SHA for 7f61306
scripts/buffs/RPGbuff.lua
@@ -41,7 +41,7 @@ return buff.init{
41
hero = RPD.Dungeon.hero
42
level = RPD.Dungeon.level
43
depth = RPD.Dungeon.depth
44
- subClass = storage.gameGet("subClassNone")
+ subClass = storage.gameGet("subClassNone", {none = "", actv = 1})
45
local Spells = require "scripts/spells/CustomSpellsList"
46
local weapon = hero:getBelongings().weapon
47
local lefthand = hero:getBelongings().leftHand
version.json
@@ -1,9 +1,9 @@
1
{
2
- "version":27,
+ "version":28,
3
"name":"Remixed RPG",
4
"description":"Добавляет в игру механики RPG игр. Мод находиться в стадии беты",
5
"author":"Назипов Инсаф",
6
"url":"https://vk.com/remixed_skyrim",
7
- "rpd_version":1157
+ "rpd_version":1191
8
9
}
0 commit comments