mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user