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:
Kraseo
2020-03-15 04:04:35 +01:00
committed by GitHub
parent b66614635c
commit bee11a2ee5

View File

@@ -64,7 +64,7 @@
..()
/mob/living/simple_animal/mouse/handle_automated_action()
if(isbelly(loc))
if(!isturf(loc))
return
if(prob(chew_probability))
@@ -76,7 +76,7 @@
visible_message("<span class='warning'>[src] chews through the [C]. It's toast!</span>")
playsound(src, 'sound/effects/sparks2.ogg', 100, 1)
C.deconstruct()
death(toast=1)
death(toast=TRUE)
else
C.deconstruct()
visible_message("<span class='warning'>[src] chews through the [C].</span>")