Stops flamethrower crazed gorillas and gives them identifying numbers (#30105)

This commit is contained in:
ShizCalev
2017-08-24 07:43:46 -04:00
committed by Leo
parent 188f05ae9f
commit a3004d3ceb
@@ -32,6 +32,7 @@
stat_attack = UNCONSCIOUS
minbodytemp = 270
maxbodytemp = 350
unique_name = TRUE
var/list/gorilla_overlays[GORILLA_TOTAL_LAYERS]
// Gorillas like to dismember limbs from unconcious mobs.
@@ -75,3 +76,6 @@
playsound(src, "sound/creatures/gorilla.ogg", 200)
..()
/mob/living/simple_animal/hostile/gorilla/can_use_guns(obj/item/G)
to_chat(src, "<span class='warning'>Your meaty finger is much too large for the trigger guard!</span>")
return FALSE