summaryrefslogtreecommitdiff
path: root/npc/functions/siege.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-29 10:20:40 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-29 10:20:40 -0300
commit3ed73e0a0b424ca5b2b8491f365bf601e34220f9 (patch)
tree3adb5b2710137faa017443551fff67e912b6ea30 /npc/functions/siege.txt
parent7b1f6f59b0781188c967b896a62c6ecc05df84e4 (diff)
downloadserverdata-3ed73e0a0b424ca5b2b8491f365bf601e34220f9.tar.gz
serverdata-3ed73e0a0b424ca5b2b8491f365bf601e34220f9.tar.bz2
serverdata-3ed73e0a0b424ca5b2b8491f365bf601e34220f9.tar.xz
serverdata-3ed73e0a0b424ca5b2b8491f365bf601e34220f9.zip
@ucp may now update your save point if you SAVE AND EXIT.
Diffstat (limited to 'npc/functions/siege.txt')
-rw-r--r--npc/functions/siege.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt
index 9149cfaa4..af6198446 100644
--- a/npc/functions/siege.txt
+++ b/npc/functions/siege.txt
@@ -67,7 +67,7 @@ function script siege_selectmob {
.@blv+=.@dif*3;
deletearray $@SIEGE_TMPMOBS;
- setarray $@SIEGE_TMPMOBS, ManaGhost, CandiedSlime, Bif;
+ setarray $@SIEGE_TMPMOBS, ManaGhost, CandiedSlime, Bif, SlimeBlast;
// Now we must select mobs, using array_push() to $@SIEGE_TMPMOBS
// First, mobs on all envs
siege_push(BlackScorpion, .@blv);