Removes Low-Pressure Resistance from Cold-Res (#7479)

* Removes low-pressure resistance from Coldres

* Nerfs coldres

* adds a citadel change in the commented lines
This commit is contained in:
nik707
2018-08-23 02:27:14 -05:00
committed by kevinz000
parent e265bf2cc5
commit 7755ebd0a0
+2 -2
View File
@@ -18,13 +18,13 @@
if(..())
return
owner.add_trait(TRAIT_RESISTCOLD, "cold_resistance")
owner.add_trait(TRAIT_RESISTLOWPRESSURE, "cold_resistance")
// owner.add_trait(TRAIT_RESISTLOWPRESSURE, "cold_resistance") CITADEL CHANGE
/datum/mutation/human/cold_resistance/on_losing(mob/living/carbon/human/owner)
if(..())
return
owner.remove_trait(TRAIT_RESISTCOLD, "cold_resistance")
owner.remove_trait(TRAIT_RESISTLOWPRESSURE, "cold_resistance")
// owner.remove_trait(TRAIT_RESISTLOWPRESSURE, "cold_resistance") CITADEL CHANGE
/datum/mutation/human/cold_resistance/on_life(mob/living/carbon/human/owner)
if(owner.getFireLoss())