Update misc.dm

This commit is contained in:
AnturK
2015-10-22 19:15:44 +02:00
parent 1acb8bd6fa
commit bc08682f31
+2 -2
View File
@@ -13,7 +13,7 @@
playsound(src.loc, 'sound/effects/splat.ogg', 50, 1)
var/gib = 1
if(istype(L,/mob/living/carbon)
if(istype(L,/mob/living/carbon))
gib = 0
add_blood(L)
@@ -60,4 +60,4 @@
new /obj/item/weapon/tank/internals/emergency_oxygen(src)
new /obj/item/weapon/reagent_containers/hypospray/medipen(src)
new /obj/item/device/radio/off(src)
return
return