From 551d5ca412e2fcd73b0bd14ab9eaf3ec1561d116 Mon Sep 17 00:00:00 2001 From: Sadboysuss <96586172+Sadboysuss@users.noreply.github.com> Date: Wed, 29 May 2024 22:49:38 +0300 Subject: [PATCH] Admin RCD will construct/deconstruct 10 times faster (#83534) ## About The Pull Request Increased the speed by 10 times. Was annoying when I was in localhost testing something. ## Why It's Good For The Game Admin and debugging tools should be OP for increasing productivity and making life easier for coders/jannies. ## Changelog :cl: grungussuss admin: admin RCD now works much faster. /:cl: --- code/game/objects/items/rcd/RCD.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/rcd/RCD.dm b/code/game/objects/items/rcd/RCD.dm index 88daf279c59..8aefc4cf44f 100644 --- a/code/game/objects/items/rcd/RCD.dm +++ b/code/game/objects/items/rcd/RCD.dm @@ -506,6 +506,7 @@ max_matter = INFINITY matter = INFINITY upgrade = RCD_ALL_UPGRADES & ~RCD_UPGRADE_SILO_LINK + delay_mod = 0.1 // Ranged RCD /obj/item/construction/rcd/arcd