Skip to content

Commit a8bb81e

Browse files
Merge pull request #5227 from out-of-phaze/fix/power-abstracttype
Fix missing abstract_type values for power machines
2 parents ec6ae04 + 9afb4b8 commit a8bb81e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

code/modules/power/debug_items.dm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/obj/machinery/power/debug_items/
1+
/obj/machinery/power/debug_items
2+
abstract_type = /obj/machinery/power/debug_items
23
icon = 'icons/obj/power.dmi'
34
icon_state = "tracker"
45
anchored = TRUE

code/modules/power/power.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/////////////////////////////
1010

1111
/obj/machinery/power
12+
abstract_type = /obj/machinery/power
1213
name = null
1314
icon = 'icons/obj/power.dmi'
1415
anchored = TRUE

0 commit comments

Comments
 (0)