Skip to content

Commit

Permalink
fix modular computers being borked
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Mar 27, 2024
1 parent 78c6fb5 commit 359efe1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
/obj/machinery/modular_computer/Initialize(mapload)
. = ..()
cpu = new(src)
cpu.physical = src
cpu.screen_on = TRUE
update_appearance()

Expand Down

0 comments on commit 359efe1

Please sign in to comment.