Merge pull request #13957 from Citadel-Station-13/silicons-patch-1

[s] logging patch 36735734
This commit is contained in:
DeltaFire
2021-01-06 19:23:09 +01:00
committed by GitHub

View File

@@ -182,8 +182,9 @@
if(..())
if(reagents.total_volume)
if(M.reagents)
log_combat(user, M, "injected with sleepypen", src, reagents.log_list())
reagents.reaction(M, INJECT)
reagents.trans_to(M, reagents.total_volume)
reagents.trans_to(M, reagents.total_volume, log = "sleepypen inject")
/obj/item/pen/sleepy/Initialize()