From d1ed16ff7c2fd8bf37ff190358166e51c3f996f6 Mon Sep 17 00:00:00 2001 From: 1fbff5f83b23d39d38b1dfcb4cac8d9b <0a02d0db@opayq.com> Date: Tue, 10 Jul 2018 08:43:55 +0200 Subject: [PATCH] Removes underscore from name of greater than or equal circuit (#38976) * Update logic.dm * Adds misnamed circuit back for backwards compatibility Screw web editor on phone * Makes indentation consistent * okay, fine --- code/modules/integrated_electronics/subtypes/logic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/integrated_electronics/subtypes/logic.dm b/code/modules/integrated_electronics/subtypes/logic.dm index e9dca8c3303..37bc93e887b 100644 --- a/code/modules/integrated_electronics/subtypes/logic.dm +++ b/code/modules/integrated_electronics/subtypes/logic.dm @@ -203,7 +203,7 @@ return A.data > B.data /obj/item/integrated_circuit/logic/binary/greater_than_or_equal - name = "greater_than or equal gate" + name = "greater than or equal gate" desc = "This will output TRUE if the first input is greater than, or equal to the second input." icon_state = "greater_than_or_equal" spawn_flags = IC_SPAWN_DEFAULT|IC_SPAWN_RESEARCH