Merge pull request #620 from ArchieBeepBoop/penfix

Fixes the Sleepy Pen and Missing Reagent.
This commit is contained in:
QuoteFox
2020-10-27 02:35:32 +00:00
committed by GitHub
2 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -159,12 +159,13 @@
if(reagents.total_volume)
if(M.reagents)
reagents.reaction(M, INJECT)
reagents.trans_to(M, reagents.total_volume)
/obj/item/pen/sleepy/Initialize()
. = ..()
create_reagents(45, OPENCONTAINER)
reagents.add_reagent("chloralhydratedelayed", 20)
reagents.add_reagent("chloralhydrate", 20)
reagents.add_reagent("mutetoxin", 15)
reagents.add_reagent("tirizene", 10)