mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Fixes a typo in ooze eating code (#87321)
## About The Pull Request Closes #87314  ## Changelog 🆑 fix: Fixed a typo in ooze eating code /🆑
This commit is contained in:
@@ -725,7 +725,7 @@ Behavior that's still missing from this component that original food items had t
|
||||
|
||||
if(foodtypes & edible_flags)
|
||||
food.reagents.trans_to(eater, food.reagents.total_volume, transferred_by = eater)
|
||||
eater.visible_message(span_warning("[src] eats [food]!"), span_notice("You eat [food]."))
|
||||
eater.visible_message(span_warning("[eater] eats [food]!"), span_notice("You eat [food]."))
|
||||
playsound(get_turf(eater),'sound/items/eatfood.ogg', rand(30,50), TRUE)
|
||||
qdel(food)
|
||||
return COMPONENT_ATOM_EATEN
|
||||
|
||||
Reference in New Issue
Block a user