Slimepeople bugfixes and rebalancing (#5649)
* Patching damage down to 3x to balance for Pooj's pressure damage increase * Fixes a bug related to slime change potions * Fixing conflict
This commit is contained in:
@@ -254,7 +254,7 @@
|
||||
hair_color = "mutcolor"
|
||||
hair_alpha = 180
|
||||
liked_food = MEAT
|
||||
coldmod = 6
|
||||
coldmod = 3
|
||||
heatmod = 1
|
||||
burnmod = 1
|
||||
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
/datum/species/jelly/on_species_loss(mob/living/carbon/C)
|
||||
if(regenerate_limbs)
|
||||
regenerate_limbs.Remove(C)
|
||||
if(slime_change) //CIT CHANGE
|
||||
slime_change.Remove(C) //CIT CHANGE
|
||||
C.remove_language(/datum/language/slime)
|
||||
C.faction -= "slime"
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user