Merge pull request #13939 from silicons/reagentlogs

low level reagent logging additions
This commit is contained in:
Lin
2021-01-09 16:24:40 +00:00
committed by GitHub
15 changed files with 44 additions and 27 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)
target.reagents.trans_to(owner, target.reagents.total_volume, log = TRUE)
qdel(target)
return 1