Fixes some commenting

This commit is contained in:
Erik
2020-09-10 02:09:06 -07:00
parent d56631d73b
commit 1318eaa49c
2 changed files with 9 additions and 3 deletions

View File

@@ -140,6 +140,7 @@ Any frequency works, it's self-setting, but it seems like people have decided 13
Sensors - did you know they function as buttons? You don't also need a button.
CHOMPEdit: They don't function identically to buttons. They're also entirely unnecessary for station use because of their complexity.
They do function well and should be used for shuttle airlocks but unchanging environments don't need sensors.
A chamber sensor is still necessary.
*/
/obj/effect/map_helper/airlock/sensor
name = "use a subtype! - airlock sensor"
@@ -205,4 +206,5 @@ Any frequency works, it's self-setting, but it seems like people have decided 13
name = "interior button"
icon_state = "btnin"
tag_addon = "_interior_button"
command = "cycle_interior"
command = "cycle_interior"
// CHOMPStation Addition End