mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +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:
@@ -79,7 +79,7 @@
|
||||
to_chat(user, span_notice("[W] is full!"))
|
||||
return
|
||||
to_chat(user, span_notice("You scoop up [src] into [W]!"))
|
||||
reagents.trans_to(W, reagents.total_volume, transfered_by = user)
|
||||
reagents.trans_to(W, reagents.total_volume, transferred_by = user)
|
||||
if(!reagents.total_volume) //scooped up all of it
|
||||
qdel(src)
|
||||
return
|
||||
|
||||
@@ -171,7 +171,7 @@
|
||||
if(isflyperson(H))
|
||||
playsound(get_turf(src), 'sound/items/drink.ogg', 50, TRUE) //slurp
|
||||
H.visible_message(span_alert("[H] extends a small proboscis into the vomit pool, sucking it with a slurping sound."))
|
||||
reagents.trans_to(H, reagents.total_volume, transfered_by = user, methods = INGEST)
|
||||
reagents.trans_to(H, reagents.total_volume, transferred_by = user, methods = INGEST)
|
||||
qdel(src)
|
||||
|
||||
/obj/effect/decal/cleanable/vomit/nebula
|
||||
|
||||
Reference in New Issue
Block a user