mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Collapses the lying down intent into normal resting. (#21967)
Instead of middle clicking to lie down, you now simply rest. You can also now do it with your gun in your hand. Removes all code related to bespoke lying down. To-do: - [x] Add a signal to make firearm accuracies update on lying down. --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -298,7 +298,6 @@ GLOBAL_LIST_EMPTY(gamemode_cache)
|
||||
//Unversal modifiers
|
||||
var/walk_speed = 0
|
||||
var/walk_delay_multiplier = 1
|
||||
var/lying_delay_multiplier = 4
|
||||
var/run_delay_multiplier = 1
|
||||
var/vehicle_delay_multiplier = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user