mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[MIRROR] Fixes typo 'transfered', olive oil reaction repath [MDB IGNORE] (#23469)
* Fixes typo 'transfered', olive oil reaction repath * Modular * Update condiment.dm * Update recipes_guide.dm * Update _cup.dm --------- Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
@@ -52,6 +52,6 @@
|
||||
to_chat(owner, span_notice("You grit your teeth and burst the implanted [item_target.name]!"))
|
||||
owner.log_message("swallowed an implanted pill, [target]", LOG_ATTACK)
|
||||
if(item_target.reagents.total_volume)
|
||||
item_target.reagents.trans_to(owner, item_target.reagents.total_volume, transfered_by = owner, methods = INGEST)
|
||||
item_target.reagents.trans_to(owner, item_target.reagents.total_volume, transferred_by = owner, methods = INGEST)
|
||||
qdel(target)
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user