From: Nuggets219 <68399288+Nuggets219@users.noreply.github.com> Date: Fri, 21 Nov 2025 06:43:37 +0000 (-0700) Subject: Give Rust Removal a shorter Doafter (#770) (#41518) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=bff14b5a36cfa07ae4659c73dd6a8f3d5b2e8abb;p=space-station-14.git Give Rust Removal a shorter Doafter (#770) (#41518) * Give Rust Removal a shorter Doafter (#770) * Yeah, yeah, mircobalance. Every janitor player will fight you though. Welding and brushing walls free of rust now takes just three seconds. * Now reinforced walls take a bit longer to de-rust. Times are as follows: Solid wall: 1s weld, 3s brush Reinforced wall: 2s weld, 3s brush * Actually, just make both take 4s to brush and 1s to weld. Problem solved. * changed the welding timer from 1 to 2 seconds for lag compensation. --- diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml index f59aa689a8..b18c34a2d3 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml @@ -509,11 +509,11 @@ - to: wall steps: - tool: Welding - doAfter: 5 + doAfter: 2 - to: wall steps: - tool: Brushing - doAfter: 12 + doAfter: 4 - node: reinforcedWallRust entity: WallReinforcedRust @@ -521,8 +521,8 @@ - to: reinforcedWall steps: - tool: Welding - doAfter: 5 + doAfter: 2 - to: reinforcedWall steps: - tool: Brushing - doAfter: 12 + doAfter: 4