Merge pull request #11977 from kevinz000/xenomorph_balancing_pass
Xenomorph balancing pass
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user