From 9aec1a0c55e39d16312cec68939396b67d029a56 Mon Sep 17 00:00:00 2001 From: iloveloopers <140007537+iloveloopers@users.noreply.github.com> Date: Fri, 3 May 2024 00:15:31 -0400 Subject: [PATCH] nerfs Kutjevo ledges (#6218) # About the pull request Kutjevo ledges now take only 0.2 seconds to climb instead of 1 whole second # Explain why it's good for the game why should kutjevo ledges take longer to climb? consistency # Testing Photographs and Procedure probably works # Changelog :cl: balance: Kutjevo ledges now take only 0.2 seconds to climb instead of 1 whole second /:cl: --- code/game/objects/structures/platforms.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/structures/platforms.dm b/code/game/objects/structures/platforms.dm index cfffbc90fb7c..5510d319ee1e 100644 --- a/code/game/objects/structures/platforms.dm +++ b/code/game/objects/structures/platforms.dm @@ -142,7 +142,6 @@ icon_state = "kutjevo_platform" name = "raised metal edge" desc = "A raised level of metal, often used to elevate areas above others, or construct bridges. You could probably climb it." - climb_delay = 10 /obj/structure/platform_decoration/kutjevo name = "raised metal corner"