Merge pull request #13939 from silicons/reagentlogs
low level reagent logging additions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user