Skip to content

Commit

Permalink
undid recharger and prebuilt cyborg changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusLarsson421 committed Aug 30, 2024
1 parent f156268 commit 14c3a75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _maps/RuinGeneration/13x13_ai-lab.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions code/game/machinery/rechargestation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
var/recharge_speed
var/repairs

/obj/machinery/recharge_station/closed
density = TRUE
state_open = FALSE

/obj/machinery/recharge_station/Initialize(mapload)
. = ..()
update_icon()
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/items/robot/robot_parts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
. = ..()
update_icon()

/obj/item/robot_suit/prebuilt/Initialize()
/obj/item/robot_suit/prebuilt/Initialize(mapload)
. = ..()
l_arm = new(src)
r_arm = new(src)
Expand Down

0 comments on commit 14c3a75

Please sign in to comment.