mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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/)
|
||||
|
||||
Reference in New Issue
Block a user