diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-07 02:01:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-07 02:01:04 -0300 |
commit | 120989d9c52a3b9385248e6d4b9c60328fac29a8 (patch) | |
tree | 6fb12ecb775b067014597b1f8db41403c2f0f7b8 /npc/012-8 | |
parent | ea2159c2ac1819038ca179a8367a5bfa5cc2fc45 (diff) | |
download | serverdata-120989d9c52a3b9385248e6d4b9c60328fac29a8.tar.gz serverdata-120989d9c52a3b9385248e6d4b9c60328fac29a8.tar.bz2 serverdata-120989d9c52a3b9385248e6d4b9c60328fac29a8.tar.xz serverdata-120989d9c52a3b9385248e6d4b9c60328fac29a8.zip |
Enforce the no-ranged-weapon rule at Divine Rage skill.
Switching to a ranged weapon cancels the buff. Range is the base here!
Diffstat (limited to 'npc/012-8')
-rw-r--r-- | npc/012-8/doorbell.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-8/doorbell.txt b/npc/012-8/doorbell.txt index 4b15e191e..3b85335ec 100644 --- a/npc/012-8/doorbell.txt +++ b/npc/012-8/doorbell.txt @@ -25,7 +25,7 @@ // The sign is the main controller 012-8,32,34,0 script Doorbell#RES_0128 NPC_NO_SPRITE,{ - // Name, Layer, Price, ID, x1, y1, x2, y2, + // Name, Layer, Price, ID, x1, y1, x2, y2, function create_object { array_push(.name$, getarg(0)); array_push(.layer, getarg(1)); |