Moved makepowernets() into SSmachines initialization proc.

This commit is contained in:
Leshana
2017-12-29 15:32:06 -05:00
parent a97a574278
commit a1734c97e9
7 changed files with 8 additions and 24 deletions
+1 -1
View File
@@ -103,7 +103,7 @@
origin.move_contents_to(destination)
if((locate(/obj/machinery/power) in destination) || (locate(/obj/structure/cable) in destination))
makepowernets()
SSmachines.makepowernets()
current_floor = next_floor
control_panel_interior.visible_message("The elevator [moving_upwards ? "rises" : "descends"] smoothly.")