mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Oops
This commit is contained in:
@@ -42,11 +42,11 @@ datum/reagent/triple_citrus
|
||||
result_amount = 3
|
||||
mix_message = "The citrus juices begin to blend together."
|
||||
|
||||
datum/reagent/triple_citrus/reaction_mob(var/mob/living/carbon/human/M as mob, var/method=TOUCH, var/volume)
|
||||
if(!istype(M, /mob/living))
|
||||
datum/reagent/triple_citrus/reaction_mob(var/mob/living/carbon/M as mob, var/method=TOUCH, var/volume)
|
||||
if(!istype(M, /mob/living/carbon))
|
||||
return
|
||||
if(method == INGEST)
|
||||
M.adjustToxLoss(rand(1,2))
|
||||
M.adjustToxLoss(-rand(1,2))
|
||||
|
||||
datum/reagent/corn_starch
|
||||
name = "Corn Starch"
|
||||
|
||||
Reference in New Issue
Block a user