Skip to content

Commit

Permalink
fix: add death event into white deer (#1845)
Browse files Browse the repository at this point in the history
When killing the white deer creature, it should reappear as an enraged
white deer in case of success and in case of failure, a pair of elves,
this addition to the event allows the mechanics that had been lost to be
reincorporated
  • Loading branch information
FranciskoKing authored Nov 20, 2023
1 parent 264efd5 commit 9857758
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/mammals/white_deer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"WhiteDeerDeath",
}

monster.raceId = 720
monster.Bestiary = {
class = "Mammal",
Expand Down

0 comments on commit 9857758

Please sign in to comment.