mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Fixes Resist Fire Stuns (#21374)
This commit is contained in:
@@ -264,7 +264,7 @@
|
|||||||
|
|
||||||
/mob/living/carbon/resist_fire()
|
/mob/living/carbon/resist_fire()
|
||||||
fire_stacks -= 5
|
fire_stacks -= 5
|
||||||
Weaken(3,1)
|
Weaken(3, 1, 1)
|
||||||
spin(32,2)
|
spin(32,2)
|
||||||
visible_message("<span class='danger'>[src] rolls on the floor, trying to put themselves out!</span>", \
|
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>")
|
"<span class='notice'>You stop, drop, and roll!</span>")
|
||||||
|
|||||||
Reference in New Issue
Block a user