Buffs APC Construction/Deconstruction (#28795)

* initial commit

* Update apc_construction.dm

* Apply suggestions from code review

Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>

* speed

---------

Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
This commit is contained in:
CRUNCH
2025-04-18 22:07:56 +00:00
committed by GitHub
co-authored by 1080pCat
parent 8dbbc06f3d
commit 11fa22bf10
3 changed files with 18 additions and 24 deletions
-4
View File
@@ -13,11 +13,7 @@
player.click_on(wall)
var/obj/machinery/power/apc/apc_frame = player.find_nearby(/obj/machinery/power/apc)
// Make this not take 5 billion years.
apc_frame.apc_cover_replacement_time = 0
apc_frame.apc_frame_replacement_time = 0
apc_frame.apc_frame_welding_time = 0
apc_frame.apc_electronics_installation_time = 0
apc_frame.apc_electronics_crowbar_time = 0
apc_frame.apc_terminal_wiring_time = 0
var/obj/the_electronics = player.spawn_obj_in_hand(/obj/item/apc_electronics/)