mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Raptor Rework - Ranching and Companionship (#93564)
This commit is contained in:
@@ -11,6 +11,12 @@
|
||||
/datum/movespeed_modifier/jetpack/wings
|
||||
multiplicative_slowdown = -0.3
|
||||
|
||||
/datum/movespeed_modifier/jetpack/raptor
|
||||
multiplicative_slowdown = 0.2
|
||||
|
||||
/datum/movespeed_modifier/jetpack/raptor/slow
|
||||
multiplicative_slowdown = 1
|
||||
|
||||
/datum/movespeed_modifier/die_of_fate
|
||||
multiplicative_slowdown = 1
|
||||
|
||||
|
||||
@@ -163,10 +163,10 @@
|
||||
variable = TRUE
|
||||
|
||||
/datum/movespeed_modifier/goliath_mount
|
||||
multiplicative_slowdown = -26
|
||||
multiplicative_slowdown = -27.5
|
||||
|
||||
/datum/movespeed_modifier/goldgrub_mount
|
||||
multiplicative_slowdown = -3
|
||||
multiplicative_slowdown = -4.5
|
||||
|
||||
/datum/movespeed_modifier/settler
|
||||
multiplicative_slowdown = 0.2
|
||||
|
||||
Reference in New Issue
Block a user