Skip to content

Commit

Permalink
44
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonyrewind committed Dec 16, 2023
1 parent c530cff commit 73b1611
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions data-otservbr-global/lib/core/storages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2995,6 +2995,7 @@ GlobalStorage = {
ZamuloshSummon = 60030,
FerumbrasEssence = 60031,
DesperateSoul = 60032,
FlowerPuzzleTimer = 60033,
Crystals = {
Crystal1 = 60040,
Crystal2 = 60041,
Expand Down
3 changes: 3 additions & 0 deletions data-otservbr-global/scripts/actions/addons/addons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ local config = {
-- rascoohan
[35595] = { female = 1372, male = 1371, addon = 1, achievement = "Honorary Rascoohan", textorange = "You feel a bit more raccoonish." },
[35695] = { female = 1372, male = 1371, addon = 2, achievement = "Honorary Rascoohan", textorange = "Hmmm, trash cans!!" },
-- fire-fighter
[39544] = { female = 1569, male = 1568, addon = 1, achievement = "Friendly Fire", textorange = "You feel like fighting a fire!" },
[39545] = { female = 1569, male = 1568, addon = 2, achievement = "Friendly Fire", textorange = "The flame engulfs you!" },
}

local addons = Action()
Expand Down

0 comments on commit 73b1611

Please sign in to comment.