mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user