We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec6ae04 + 9afb4b8 commit a8bb81eCopy full SHA for a8bb81e
code/modules/power/debug_items.dm
@@ -1,4 +1,5 @@
1
-/obj/machinery/power/debug_items/
+/obj/machinery/power/debug_items
2
+ abstract_type = /obj/machinery/power/debug_items
3
icon = 'icons/obj/power.dmi'
4
icon_state = "tracker"
5
anchored = TRUE
code/modules/power/power.dm
@@ -9,6 +9,7 @@
9
/////////////////////////////
10
11
/obj/machinery/power
12
+ abstract_type = /obj/machinery/power
13
name = null
14
15
0 commit comments