Convert some bools to TRUE/FALSE instead of 1/0.

This commit is contained in:
Chompstation Bot
2021-07-16 17:44:40 +00:00
parent 1be5570337
commit 481c0e314e
523 changed files with 6976 additions and 1284 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/obj/machinery/power/debug_items/
icon = 'icons/obj/power.dmi'
icon_state = "tracker"
anchored = 1
density = 1
anchored = TRUE
density = TRUE
var/show_extended_information = 1 // Set to 0 to disable extra information on examining (for example, when used on admin events)
/obj/machinery/power/debug_items/examine(mob/user)