From 4a4f4e873aff19e288ec154377daab81cfcda86c Mon Sep 17 00:00:00 2001 From: Paxilmaniac <82386923+Paxilmaniac@users.noreply.github.com> Date: Tue, 15 Nov 2022 13:45:01 -0500 Subject: [PATCH] unbuffs ripley mk2's in atmosphere speed (skyrat edit moment) (real) (#17442) th espeed is a lot --- 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 af4bbb504e1..97b36f46526 100644 --- a/code/modules/vehicles/mecha/working/ripley.dm +++ b/code/modules/vehicles/mecha/working/ripley.dm @@ -71,8 +71,8 @@ icon_state = "ripleymkii" base_icon_state = "ripleymkii" fast_pressure_step_in = 2 //step_in while in low pressure conditions - 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. + slow_pressure_step_in = 4 //step_in while in normal pressure conditions + movedelay = 4 max_temperature = 30000 max_integrity = 250 possible_int_damage = MECHA_INT_FIRE|MECHA_INT_TEMP_CONTROL|MECHA_INT_TANK_BREACH|MECHA_INT_CONTROL_LOST|MECHA_INT_SHORT_CIRCUIT