Skip to content

Commit

Permalink
DM S06 Improve chest
Browse files Browse the repository at this point in the history
Leave an open chest behind so the player knows they opened it already.
  • Loading branch information
GregoryLundberg committed Oct 20, 2016
1 parent f7ac9c6 commit 906cb3b
Showing 1 changed file with 3 additions and 5 deletions.
Expand Up @@ -77,7 +77,7 @@
[item]
x=4
y=3
image=items/chest.png
image=items/chest-plain-closed.png
[/item]

[event]
Expand Down Expand Up @@ -198,6 +198,8 @@
[sound]
name=open-chest.wav
[/sound]
{REMOVE_IMAGE 4 3}
{PLACE_IMAGE items/chest-plain-open.png 4 3}
[sound]
name=gold.ogg
[/sound]
Expand All @@ -209,10 +211,6 @@
speaker=unit
message=_"This chest contains all the money that rogue has taken from unwary travelers!"
[/message]
[remove_item]
x=4
y=3
[/remove_item]
[/event]
[/command]
[/option]
Expand Down

0 comments on commit 906cb3b

Please sign in to comment.