OOP shock and reagents, buffs overdose effects on meth, too many yakkity saxxers

This commit is contained in:
Iamgoofball
2015-03-27 17:57:11 -07:00
parent a40ee14f2c
commit 4a88b9b3f7
4 changed files with 9 additions and 9 deletions
@@ -864,6 +864,7 @@ datum
description = "Most probably know this as Tylenol. This chemical is a mild, simple painkiller."
reagent_state = LIQUID
color = "#C855DC"
shock_reduction = 40
metabolization_rate = 0.2 // Lasts 2.5 minutes for 15 units
on_mob_life(var/mob/living/M as mob) // what the fuck are you idiots smoking
@@ -906,6 +907,7 @@ datum
reagent_state = LIQUID
color = "#C805DC"
metabolization_rate = 0.3 // Lasts 1.5 minutes for 15 units
shock_reduction = 200
on_mob_life(var/mob/living/M as mob)
if(!M) M = holder.my_atom
+2 -2
View File
@@ -188,8 +188,8 @@ datum/reagent/crank/addiction_act_stage4(var/mob/living/M as mob)
if(I)
M.drop_item()
..()
if(prob(20))
M.adjustToxLoss(5)
if(prob(50))
M.adjustToxLoss(10)
M.adjustBrainLoss(pick(0.5, 0.6, 0.7, 0.8, 0.9, 1))
return
+1 -1
View File
@@ -430,7 +430,7 @@ datum/reagent/morphine
var/cycle_count = 0
overdose_threshold = 30
addiction_threshold = 25
shock_reduction = 60
datum/reagent/morphine/on_mob_life(var/mob/living/M as mob)
if(!M) M = holder.my_atom