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
This commit is contained in:
1fbff5f83b23d39d38b1dfcb4cac8d9b
2018-07-10 02:43:55 -04:00
committed by ShizCalev
parent 87f566585a
commit d1ed16ff7c
@@ -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