diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-25 00:17:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-25 00:17:53 -0300 |
commit | 5e62e51a7f2412ee0b6b0c9c6cc8d20e9b8cbff3 (patch) | |
tree | 423958a4d35adf686fa51fd7fecc0eea4575e8c8 /npc/021-4 | |
parent | 3abedabf9ccb9cd2bb33827c7478bb8fb492bdd5 (diff) | |
download | serverdata-5e62e51a7f2412ee0b6b0c9c6cc8d20e9b8cbff3.tar.gz serverdata-5e62e51a7f2412ee0b6b0c9c6cc8d20e9b8cbff3.tar.bz2 serverdata-5e62e51a7f2412ee0b6b0c9c6cc8d20e9b8cbff3.tar.xz serverdata-5e62e51a7f2412ee0b6b0c9c6cc8d20e9b8cbff3.zip |
[skip ci] Fix state
Diffstat (limited to 'npc/021-4')
-rw-r--r-- | npc/021-4/main.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 2c2bc5280..f343bbf69 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -113,6 +113,7 @@ L_CleanUp: .lifetime=0; .canfinish=0; $@CINDY_HERO=""; + $@CINDY_STATE+=1; disablenpc "#CindySwitch_06"; disablenpc "#CindySwitch_07"; disablenpc "#CindySwitch_08"; |