mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Fixes typo 'transfered', olive oil reaction repath (#78064)
## About The Pull Request Transferred. ## Why It's Good For The Game How did this get to be in 71 files?! This bothers me. Also changes 'quality_oil' typepath in the reactions to 'olive_oil' to match its rename post-foodening. ## Changelog N/A
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
|
||||
if(!status && attacked_atom.is_refillable())
|
||||
. |= AFTERATTACK_PROCESSED_ITEM
|
||||
reagents.trans_to(attacked_atom, reagents.total_volume, transfered_by = user)
|
||||
reagents.trans_to(attacked_atom, reagents.total_volume, transferred_by = user)
|
||||
to_chat(user, span_notice("You empty [src]'s fuel tank into [attacked_atom]."))
|
||||
update_appearance()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user