Merge pull request #11977 from kevinz000/xenomorph_balancing_pass

Xenomorph balancing pass
This commit is contained in:
Ghom
2020-04-26 14:03:15 +02:00
committed by GitHub
14 changed files with 33 additions and 20 deletions
+2 -2
View File
@@ -164,8 +164,8 @@
return FALSE
switch(animal_origin)
if(ALIEN_BODYPART,LARVA_BODYPART) //aliens take double burn //nothing can burn with so much snowflake code around
burn *= 2
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()
if(can_inflict <= 0)