no i am not testing if mice can chew wires if they're in a stomach now shut the fuck up (#11460)
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
..()
|
..()
|
||||||
|
|
||||||
/mob/living/simple_animal/mouse/handle_automated_action()
|
/mob/living/simple_animal/mouse/handle_automated_action()
|
||||||
if(isbelly(loc))
|
if(!isturf(loc))
|
||||||
return
|
return
|
||||||
|
|
||||||
if(prob(chew_probability))
|
if(prob(chew_probability))
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
visible_message("<span class='warning'>[src] chews through the [C]. It's toast!</span>")
|
visible_message("<span class='warning'>[src] chews through the [C]. It's toast!</span>")
|
||||||
playsound(src, 'sound/effects/sparks2.ogg', 100, 1)
|
playsound(src, 'sound/effects/sparks2.ogg', 100, 1)
|
||||||
C.deconstruct()
|
C.deconstruct()
|
||||||
death(toast=1)
|
death(toast=TRUE)
|
||||||
else
|
else
|
||||||
C.deconstruct()
|
C.deconstruct()
|
||||||
visible_message("<span class='warning'>[src] chews through the [C].</span>")
|
visible_message("<span class='warning'>[src] chews through the [C].</span>")
|
||||||
|
|||||||
Reference in New Issue
Block a user