diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/shovel.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index e16f7cd87..9cd36ac5b 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -337,6 +337,10 @@ function script shovel_randomtreasure { delitem TreasureMap, 1; .@amount=any(1,1,2); getitem .@id, .@amount; + ShovelQuests_AssignedMAP$=""; + ShovelQuests_AssignedX=0; + ShovelQuests_AssignedY=0; + narrator S_FIRST_BLANK_LINE, l("You found something!"), l("It's @@ @@.", .@amount, getitemname(.@id)); |