Update healing.dm
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
/datum/nanite_program/purging
|
/datum/nanite_program/purging
|
||||||
name = "Blood Purification"
|
name = "Blood Purification"
|
||||||
desc = "The nanites purge toxins and chemicals from the host's bloodstream."
|
desc = "The nanites purge toxins and chemicals from the host's bloodstream.Is dangerous to slimepeople biology due to inaccuracy."
|
||||||
use_rate = 1
|
use_rate = 1
|
||||||
rogue_types = list(/datum/nanite_program/suffocating, /datum/nanite_program/necrotic)
|
rogue_types = list(/datum/nanite_program/suffocating, /datum/nanite_program/necrotic)
|
||||||
|
|
||||||
@@ -143,7 +143,7 @@
|
|||||||
/datum/nanite_program/purging_advanced
|
/datum/nanite_program/purging_advanced
|
||||||
name = "Selective Blood Purification"
|
name = "Selective Blood Purification"
|
||||||
desc = "The nanites purge toxins and dangerous chemicals from the host's bloodstream, while ignoring beneficial chemicals. \
|
desc = "The nanites purge toxins and dangerous chemicals from the host's bloodstream, while ignoring beneficial chemicals. \
|
||||||
The added processing power required to analyze the chemicals severely increases the nanite consumption rate."
|
The added processing power required to analyze the chemicals severely increases the nanite consumption rate. Is safe with slimepeople biology."
|
||||||
use_rate = 2
|
use_rate = 2
|
||||||
rogue_types = list(/datum/nanite_program/suffocating, /datum/nanite_program/necrotic)
|
rogue_types = list(/datum/nanite_program/suffocating, /datum/nanite_program/necrotic)
|
||||||
|
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
/datum/nanite_program/purging_advanced/active_effect()
|
/datum/nanite_program/purging_advanced/active_effect()
|
||||||
host_mob.adjustToxLoss(-1)
|
host_mob.adjustToxLoss(-1, forced = TRUE)
|
||||||
for(var/datum/reagent/toxin/R in host_mob.reagents.reagent_list)
|
for(var/datum/reagent/toxin/R in host_mob.reagents.reagent_list)
|
||||||
host_mob.reagents.remove_reagent(R.id,1)
|
host_mob.reagents.remove_reagent(R.id,1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user