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:
Chayse Ramsay
2018-02-23 05:48:56 +00:00
committed by Poojawa
parent ee84c6496c
commit dfe187ff1c
2 changed files with 3 additions and 1 deletions
@@ -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"
..()