mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +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:
@@ -152,7 +152,7 @@ To add a crossbreed:
|
||||
to_chat(user, span_warning("This can only be used on yourself."))
|
||||
return
|
||||
if(reagents.total_volume && (ignore_flags || M.try_inject(user, injection_flags = INJECT_TRY_SHOW_ERROR_MESSAGE)))
|
||||
reagents.trans_to(M, reagents.total_volume, transfered_by = user)
|
||||
reagents.trans_to(M, reagents.total_volume, transferred_by = user)
|
||||
if(user != M)
|
||||
to_chat(M, span_warning("[user] presses [src] against you!"))
|
||||
to_chat(user, span_notice("You press [src] against [M], injecting [M.p_them()]."))
|
||||
|
||||
Reference in New Issue
Block a user