Update utility.dm

This commit is contained in:
kevinz000
2018-11-19 20:09:06 -08:00
committed by GitHub
parent cd04b32c16
commit 074a582fed
@@ -184,7 +184,6 @@
/datum/nanite_program/metabolic_synthesis
name = "Metabolic Synthesis"
desc = "The nanites use the metabolic cycle of the host to speed up their replication rate, using their extra nutrition as fuel."
use_rate = -0.5 //generates nanites
rogue_types = list(/datum/nanite_program/toxic)
/datum/nanite_program/metabolic_synthesis/check_conditions()
@@ -197,6 +196,7 @@
/datum/nanite_program/metabolic_synthesis/active_effect()
host_mob.nutrition -= 0.5
nanites.adjust_nanites(0.5)
/datum/nanite_program/triggered/access
name = "Subdermal ID"
@@ -262,4 +262,4 @@
var/datum/nanite_program/fault = pick(nanites.programs)
if(fault == src)
return
fault.software_error()
fault.software_error()