logging fixes

This commit is contained in:
silicons
2021-02-13 19:47:17 -07:00
parent 0487d51631
commit 61ab2a5a53
10 changed files with 78 additions and 59 deletions
+1 -1
View File
@@ -36,6 +36,6 @@
log_combat(owner, null, "swallowed an implanted pill", target)
if(target.reagents.total_volume)
target.reagents.reaction(owner, INGEST)
target.reagents.trans_to(owner, target.reagents.total_volume, log = TRUE)
target.reagents.trans_to(owner, target.reagents.total_volume, log = "dental pill swallow")
qdel(target)
return 1