[MIRROR] [NO GBP] Fixes more retrieve typos [MDB IGNORE] (#23464)

* [NO GBP] Fixes more retrieve typos (#78069)

## About The Pull Request

Continuation of https://github.com/tgstation/tgstation/pull/77946, I
missed quite a few of these it seems.

## Why It's Good For The Game

Stop the spread of these typos!!

## Changelog

Nothing player facing

* [NO GBP] Fixes more retrieve typos

---------

Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-09-02 11:54:34 -04:00
committed by GitHub
co-authored by Bloop
parent 08ad4f0e88
commit 1fb770b55d
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -762,7 +762,7 @@
accepted_mats, 50 * SHEET_MATERIAL_AMOUNT, \
MATCONTAINER_EXAMINE|MATCONTAINER_NO_INSERT, \
container_signals = list( \
COMSIG_MATCONTAINER_SHEETS_RETRIVED = TYPE_PROC_REF(/obj/item/mod/module/recycler, InsertSheets) \
COMSIG_MATCONTAINER_SHEETS_RETRIEVED = TYPE_PROC_REF(/obj/item/mod/module/recycler, InsertSheets) \
) \
)