diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-24 21:05:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-24 21:06:25 -0300 |
commit | 98194e6e8a5bc6359a5401c213fac7aeeb9d1236 (patch) | |
tree | 4d0e85103c4816099473ab43021de6234361202f /world/map/npc/099-2/logic.txt | |
parent | 714213e224480c0875e155e3cc4411d6fc9a4543 (diff) | |
download | serverdata-98194e6e8a5bc6359a5401c213fac7aeeb9d1236.tar.gz serverdata-98194e6e8a5bc6359a5401c213fac7aeeb9d1236.tar.bz2 serverdata-98194e6e8a5bc6359a5401c213fac7aeeb9d1236.tar.xz serverdata-98194e6e8a5bc6359a5401c213fac7aeeb9d1236.zip |
Just some typos (some severe), nothing to see here
Diffstat (limited to 'world/map/npc/099-2/logic.txt')
-rw-r--r-- | world/map/npc/099-2/logic.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/099-2/logic.txt b/world/map/npc/099-2/logic.txt index 870ec87e..e0147a03 100644 --- a/world/map/npc/099-2/logic.txt +++ b/world/map/npc/099-2/logic.txt @@ -13,9 +13,9 @@ OnStorage: if ($DOOMSDAY != 3) end; - if (getmap() != "099-5" && getmap() != "099-4") + if (getmap() != "099-5" && getmap() != "099-4" && getmap() != "099-3") end; - if ($@DD5_STATUS != 1 && $@DD5_STATUS != 2 && $@DD5_STATUS != 4 && $@DD5_STATUS != 6) + if ($@DD5_STATUS != 1 && $@DD5_STATUS != 2 && $@DD5_STATUS != 4 && $@DD5_STATUS != 6 && getmap() != "099-3") end; openstorage; end; |