Restores stop drop and roll time

Returns the duration of stop drop and roll to 3 seconds. The amount of
removed fire stacks was reduced by ~3/5 instead of lengthening the time.
This commit is contained in:
HarpyEagle
2015-06-18 12:55:31 -04:00
parent 5c1499ff1f
commit 44644d34b4

View File

@@ -3,14 +3,14 @@
//drop && roll
if(on_fire)
fire_stacks -= 2
Weaken(5)
spin(52,2)
fire_stacks -= 1.2
Weaken(3)
spin(32,2)
visible_message(
"<span class='danger'>[src] rolls on the floor, trying to put themselves out!</span>",
"<span class='notice'>You stop, drop, and roll!</span>"
)
sleep(50)
sleep(30)
if(fire_stacks <= 0)
visible_message(
"<span class='danger'>[src] has successfully extinguished themselves!</span>",