mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fixed Santa giving 0 coal
This commit is contained in:
parent
435ec3b1b6
commit
ed199e1478
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class SantaHolidayRandomDialogue : DialogueFile() {
|
|||
40 -> npcl(FacialExpression.NEUTRAL, "If you work on being a good ${if (player!!.isMale) "boy" else "girl"} from now on you will make it on the nice list!").also { stage = 41 }
|
||||
41 -> npcl(FacialExpression.NEUTRAL, "Since you are on the naughty list, you get coal.").also { stage = 42 }
|
||||
42 -> {
|
||||
addItemOrDrop(player!!, Items.COAL_454, RandomFunction.getRandom(20))
|
||||
addItemOrDrop(player!!, Items.COAL_454, RandomFunction.random(1, 21))
|
||||
HolidayRandoms.terminateEventNpc(player!!)
|
||||
end()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue