I before E, except after C. (#51543)

This commit is contained in:
ShizCalev
2020-06-10 23:23:50 +02:00
committed by GitHub
parent 942c7104af
commit 1059a64a98
16 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
if(needs_item_input && anchored)
register_input_turf()
/// Gets the turf in the `input_dir` direction adjacent to the machine, and registers signals for ATOM_ENTERED and ATOM_CREATED. Calls the `pickup_item()` proc when it recieves these signals.
/// Gets the turf in the `input_dir` direction adjacent to the machine, and registers signals for ATOM_ENTERED and ATOM_CREATED. Calls the `pickup_item()` proc when it receives these signals.
/obj/machinery/mineral/proc/register_input_turf()
input_turf = get_step(src, input_dir)
if(input_turf) // make sure there is actually a turf