Fixed incorrect reward amount from stronghold of player safety

This commit is contained in:
GregF
2024-07-13 03:31:24 +00:00
committed by Ryan
parent e8527ff506
commit 0b95cfdb8f
@@ -225,7 +225,7 @@ package content.region.misthalin.barbvillage.stronghold.playersafety
}
else{
player.emoteManager.unlock(Emotes.SAFETY_FIRST)
addItem(player, Items.COINS_995, 1000)
addItem(player, Items.COINS_995, 10000)
addItem(player, Items.SAFETY_GLOVES_12629)
sendItemDialogue(player, Items.SAFETY_GLOVES_12629,
"You open the chest to find a large pile of gold, along with a pair of safety gloves. ")