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