mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 05:06:50 +01:00
Merge pull request #8801 from Spookerton/spkrtn/cng/my-favorite-sin
Added Slow Mover traits
This commit is contained in:
@@ -109,6 +109,21 @@
|
||||
icon_scale_x_percent = 0.905
|
||||
icon_scale_y_percent = 1
|
||||
|
||||
/datum/modifier/trait/slow_minor
|
||||
name = "Slow Mover (Minor)"
|
||||
desc = "You move a little more slowly than others."
|
||||
slowdown = 0.4
|
||||
|
||||
/datum/modifier/trait/slow_moderate
|
||||
name = "Slow Mover (Moderate)"
|
||||
desc = "You move more slowly than others."
|
||||
slowdown = 0.8
|
||||
|
||||
/datum/modifier/trait/slow_major
|
||||
name = "Slow Mover (Major)"
|
||||
desc = "You move a lot more slowly than others."
|
||||
slowdown = 1.2
|
||||
|
||||
/datum/modifier/trait/colorblind_protanopia
|
||||
name = "Protanopia"
|
||||
desc = "You have a form of red-green colorblindness. You cannot see reds, and have trouble distinguishing them from yellows and greens."
|
||||
|
||||
Reference in New Issue
Block a user