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:
Bloop
2023-09-02 18:23:18 +01:00
committed by GitHub
parent 5fe5a2e7f2
commit 69f51c6c65
69 changed files with 138 additions and 138 deletions
+1 -1
View File
@@ -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)