diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/conf/magic.conf.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/conf/magic.conf.template b/world/map/conf/magic.conf.template index 3835dbe5..eb4f590d 100644 --- a/world/map/conf/magic.conf.template +++ b/world/map/conf/magic.conf.template @@ -816,7 +816,7 @@ SPELL shear : "#N14" = place = random_location(rbox(location(target), 1)); IF running_status_update(target, SC_SHEARED) THEN ABORT; - status_change(target, SC_SHEARED, 1, 1, 1, 1, 600000); # 10 minutes + status_change(target, SC_SHEARED, 0, 0, 0, 0, 600000); # 10 minutes CALL shear-drop("Fluffy", "Fluffy", "WhiteFur", 300); CALL shear-drop("EasterFluffy", "Easter Fluffy", "WhiteFur", 300); CALL shear-drop("SpikyMushroom", "Spiky Mushroom", "HardSpike", 250); |