diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 18:45:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 18:45:27 -0300 |
commit | 835b5a35fd6f463795837b6975149e17498cec4a (patch) | |
tree | 437f7306b3bb8f4608f9a2427ed3327215bc7fcf /npc/soren-2 | |
parent | 0d980b77dd5f87c388f787352142c260752de515 (diff) | |
download | serverdata-835b5a35fd6f463795837b6975149e17498cec4a.tar.gz serverdata-835b5a35fd6f463795837b6975149e17498cec4a.tar.bz2 serverdata-835b5a35fd6f463795837b6975149e17498cec4a.tar.xz serverdata-835b5a35fd6f463795837b6975149e17498cec4a.zip |
I wrote a bad script, *cries*
Diffstat (limited to 'npc/soren-2')
-rw-r--r-- | npc/soren-2/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index d8ad7dd75..591046afe 100644 --- a/npc/soren-2/main.txt +++ b/npc/soren-2/main.txt @@ -54,7 +54,7 @@ OnCheck: OnSanctum: ++@sorensanctum; - if (ispcdead()) + if (ispcdead() || !isin("soren-2", 24, 27, 40, 36)) end; // Decide if we'll spawn or add items. Previous failures are NOT considerated. |