mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-05 23:13:06 +00:00
Merge pull request #2380 from Anewbe/guard_speed
Speeds up arm_guard and leg_guard wearers slightly
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "arm guards"
|
||||
desc = "These arm guards will protect your hands and arms."
|
||||
body_parts_covered = HANDS|ARMS
|
||||
slowdown = 1
|
||||
slowdown = 0.5
|
||||
overgloves = 1
|
||||
w_class = 3
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name = "leg guards"
|
||||
desc = "These will protect your legs and feet."
|
||||
body_parts_covered = LEGS|FEET
|
||||
slowdown = 0 //Shoes have a slowdown of -1, so this needs to be 0 in order for it to effectively be 1 slowdown.
|
||||
slowdown = SHOES_SLOWDOWN+0.5
|
||||
species_restricted = null //Unathi and Taj can wear leg armor now
|
||||
w_class = 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user