[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
This commit is contained in:
Bloop
2023-09-02 16:14:56 +01:00
committed by GitHub
parent 9edcc15a7d
commit 19233741c4
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) \
) \
)