First nerf of Cryo goonpower + Dionea nerf

Worked with Neca, he wanted some things changed, Nerfed dionea's
regeneration by removing their ability to regenerate from toxin damage,
making plant-b-gone even more effective.

Cryokinesis was nerfed due to its ability to ensure death to anyone who
does not have access to medical treatment.
This commit is contained in:
Regen
2014-03-17 17:44:04 +01:00
parent 43765f7f66
commit 6d797a74a7
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -122,7 +122,7 @@
panel = "Mutant Powers"
charge_type = "recharge"
charge_max = 600
charge_max = 1200
clothes_req = 0
stat_allowed = 0
@@ -144,7 +144,7 @@
usr << "\red This will only work on normal organic beings."
return
C.bodytemperature = -1500
C.bodytemperature = -300
C.ExtinguishMob()
C.visible_message("\red A cloud of fine ice crystals engulfs [C]!")
@@ -957,7 +957,6 @@
nutrition = 500
if(light_amount >= 5) //if there's enough light, heal
adjustBruteLoss(-(light_amount))
adjustToxLoss(-(light_amount))
adjustOxyLoss(-(light_amount))
//TODO: heal wounds, heal broken limbs.