This commit is contained in:
silicons
2020-12-31 12:33:05 -08:00
parent 0a4fe70873
commit 251bd3e06b
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