This commit is contained in:
Fox-McCloud
2015-03-31 03:23:45 -04:00
parent 6cf727d50a
commit d87730d7b3
3 changed files with 2 additions and 2 deletions
@@ -692,7 +692,6 @@ datum
overdose_threshold = 200 // Hyperglycaemic shock
on_mob_life(var/mob/living/M as mob)
M.nutrition += 1*REM
if(prob(4))
M.reagents.add_reagent("epinephrine", 1.2)
if(prob(50))
+1
View File
@@ -151,6 +151,7 @@ datum/reagent/mugwort/on_mob_life(var/mob/living/M as mob)
reagent_state = LIQUID
color = "#AB5D5D"
metabolization_rate = 0.2
overdose_threshold = 125
datum/reagent/porktonium/overdose_process(var/mob/living/M as mob)
if(volume > 125)