Rad-X Overdose is now 45 so you cant just fill yourself with infinite ammounts and it now metabs because they are not nanites that avoids your bodies bodily functions until they detect radiation

This commit is contained in:
izac112
2020-02-07 17:53:24 +01:00
parent 22714c1a49
commit 8dfe99ce43

View File

@@ -677,9 +677,10 @@ var/induromol_code = rand(1, 50)
/datum/reagent/phororeagent/rad_x
id = "rad_x"
name = "Rad-X"
description = "Metabolizes only when absorbing radiation damage"
description = "Metabolizes slowly until absorbing radiation damage"
color = "#64110B"
metabolism = 0
metabolism = 0.15
overdose = 45
/datum/reagent/phororeagent/rad_x/on_mob_life(var/mob/living/M as mob, var/alien)
var/metabolize = max(M.radiation - 25, 0)