mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
OOP shock and reagents, buffs overdose effects on meth, too many yakkity saxxers
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user