mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
LARP Expansion Pack DLC - Tactical lying down (#15952)
* Initial implementation * Commented code * More work for directional handling * Initial wielding accuracy integration * Final touchups * Changelog * Linter plz * Alright you prefer this? * Update code/_onclick/hud/screen_objects.dm Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> * Update code/_onclick/hud/screen_objects.dm Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> * Small fix * and this too * Diona now have the icon back, but it's locked to walk and lay down * Fix buckling direction * Fucking merge conflicts resolution editor highlighter --------- Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
@@ -256,6 +256,7 @@ var/list/gamemode_cache = list()
|
||||
//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