Update bodyparts.dm

This commit is contained in:
kevinz000
2020-04-22 18:44:59 -07:00
committed by GitHub
parent 5c17902628
commit b29c211772
+1 -1
View File
@@ -164,7 +164,7 @@
return FALSE
switch(animal_origin)
if(ALIEN_BODYPART,LARVA_BODYPART) //aliens take double burn //nothing can burn with so much snowflake code around
if(ALIEN_BODYPART,LARVA_BODYPART) //aliens take some additional burn //nothing can burn with so much snowflake code around
burn *= 1.2
var/can_inflict = max_damage - get_damage()