fixes brain_damage_lines.json compile errors

This commit is contained in:
deathride58
2017-12-15 12:57:29 -05:00
committed by kevinz000
parent 253c819bc1
commit b1efb191bc
12 changed files with 4823 additions and 2074 deletions
@@ -141,7 +141,7 @@
/mob/living/carbon/human/grabbedby(mob/living/carbon/user, supress_message = 0)
if(user == src && pulling && !pulling.anchored && grab_state >= GRAB_AGGRESSIVE && (disabilities & FAT) && ismonkey(pulling))
devour_mob(pulling)
vore_attack(user, pulling)
else
..()
+5 -1
View File
@@ -49,6 +49,10 @@
return
if(istype(loc, /obj/machinery/atmospherics/components/unary/cryo_cell))
return
if(istype(loc, /obj/item/device/dogborg/sleeper))
return
if(ismob(loc))
return
var/datum/gas_mixture/environment
if(loc)
@@ -456,4 +460,4 @@
death()
var/obj/item/organ/brain/B = getorganslot(ORGAN_SLOT_BRAIN)
if(B)
B.damaged_brain = TRUE
B.damaged_brain = TRUE