From bc4a5754323c8182bb168a9bdeaf3fc9cd011765 Mon Sep 17 00:00:00 2001 From: ShadeAware <57020074+ShadeAware@users.noreply.github.com> Date: Sun, 29 Nov 2020 16:29:30 -0500 Subject: [PATCH] Thats better. (#1934) --- code/modules/vehicles/mecha/working/ripley.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vehicles/mecha/working/ripley.dm b/code/modules/vehicles/mecha/working/ripley.dm index 6fdcb1c101b..cfee22760f1 100644 --- a/code/modules/vehicles/mecha/working/ripley.dm +++ b/code/modules/vehicles/mecha/working/ripley.dm @@ -62,8 +62,8 @@ name = "\improper APLU MK-II \"Ripley\"" icon_state = "ripleymkii" fast_pressure_step_in = 2 //step_in while in low pressure conditions - slow_pressure_step_in = 4 //step_in while in normal pressure conditions - movedelay = 4 + slow_pressure_step_in = 3 //step_in while in normal pressure conditions //SKYRAT EDIT - Movedelay is now 3, from 4. + movedelay = 3 //SKYRAT EDIT - Movedelay is now 3, from 4. max_temperature = 30000 max_integrity = 250 armor = list(MELEE = 40, BULLET = 30, LASER = 30, ENERGY = 30, BOMB = 60, BIO = 0, RAD = 70, FIRE = 100, ACID = 100)