/decl/chem (#10538)

This commit is contained in:
MarinaGryphon
2021-01-16 16:11:28 -06:00
committed by GitHub
parent 2ced864e12
commit c720e947ed
237 changed files with 5745 additions and 7000 deletions

View File

@@ -264,14 +264,14 @@
if(blocked < 100 && !(blocked < 20))
L.emote("yawns")
if(blocked < 20)
if(L.reagents) L.reagents.add_reagent(/datum/reagent/soporific, 10)
if(L.reagents) L.reagents.add_reagent(/decl/reagent/soporific, 10)
if(def_zone == BP_HEAD && blocked < 100)
if(L.reagents) L.reagents.add_reagent(/datum/reagent/soporific, 15)
if(L.reagents) L.reagents.add_reagent(/decl/reagent/soporific, 15)
if(def_zone != "torso" && def_zone != BP_HEAD)
if(blocked < 100 && !(blocked < 20))
L.emote("yawns")
if(blocked < 20)
if(L.reagents) L.reagents.add_reagent(/datum/reagent/soporific, 5)
if(L.reagents) L.reagents.add_reagent(/decl/reagent/soporific, 5)
if(isanimal(target))
target.visible_message("<b>[target]</b> twitches, foaming at the mouth.")