Fixes #13823 - blob mouse splatting

This commit is contained in:
Kyep
2020-08-10 16:06:18 -07:00
parent 2e695ecf84
commit e647433537
4 changed files with 2 additions and 11 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
else if(ismouse(target))
var/mob/living/simple_animal/mouse/M = target
visible_message("<span class='danger'>SPLAT!</span>")
M.splat()
M.death()
playsound(loc, 'sound/effects/snap.ogg', 50, 1)
layer = MOB_LAYER - 0.2
armed = FALSE