mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +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:
@@ -237,7 +237,7 @@
|
||||
return
|
||||
if(!M.reagents)
|
||||
return
|
||||
reagents.trans_to(M, reagents.total_volume, transfered_by = user, methods = INJECT)
|
||||
reagents.trans_to(M, reagents.total_volume, transferred_by = user, methods = INJECT)
|
||||
|
||||
|
||||
/obj/item/pen/sleepy/Initialize(mapload)
|
||||
|
||||
Reference in New Issue
Block a user