Made it so that UNCLEAR_FOG smites new_fog_clearer.
This commit is contained in:
parent
041ca53a85
commit
e751f11209
1 changed files with 5 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
# Scrolls to the given location, blinks the given image in and out a few
|
||||
# times, and then leaves the image in place. Use this to pinpoint an
|
||||
# important location to the player. If there's an existing [item] on the
|
||||
# location, specify it as the BACKGROUND_VALUE or else it'll get lost
|
||||
# location, specify it as the BACKGROUND_VALUE or else it'll get lost
|
||||
# during the blinking.
|
||||
[scroll_to]
|
||||
x,y={X},{Y}
|
||||
|
@ -180,6 +180,10 @@
|
|||
[clear_variable]
|
||||
name=fog_clearer_i
|
||||
[/clear_variable]
|
||||
|
||||
[clear_variable]
|
||||
name=new_fog_clearer
|
||||
[/clear_variable]
|
||||
#enddef
|
||||
|
||||
#define SET_LABEL X Y STRING
|
||||
|
|
Loading…
Add table
Reference in a new issue