mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
woops forgot those
This commit is contained in:
@@ -7,3 +7,16 @@
|
||||
id = MOVESPEED_ID_SNAIL_CRAWL
|
||||
multiplicative_slowdown = -7
|
||||
movetypes = GROUND
|
||||
|
||||
/datum/movespeed_modifier/sanity
|
||||
id = MOVESPEED_ID_SANITY
|
||||
movetypes = (~FLYING)
|
||||
|
||||
/datum/movespeed_modifier/sanity/insane
|
||||
multiplicative_slowdown = 1
|
||||
|
||||
/datum/movespeed_modifier/sanity/crazy
|
||||
multiplicative_slowdown = 0.5
|
||||
|
||||
/datum/movespeed_modifier/sanity/disturbed
|
||||
multiplicative_slowdown = 0.25
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/datum/movespeed_modifier/admin_varedit
|
||||
variable = TRUE
|
||||
id = MOVESPEED_ID_ADMIN_VAREDIT
|
||||
|
||||
/datum/movespeed_modifier/yellow_orb
|
||||
id = MOVESPEED_ID_YELLOW_ORB
|
||||
multiplicative_slowdown = -2
|
||||
blacklisted_movetypes = (FLYING|FLOATING)
|
||||
|
||||
@@ -118,3 +118,7 @@
|
||||
/datum/movespeed_modifier/slime_tempmod
|
||||
id = MOVESPEED_ID_SLIME_TEMPMOD
|
||||
variable = TRUE
|
||||
|
||||
/datum/movespeed_modifier/carbon_crawling
|
||||
id = MOVESPEED_ID_CARBON_CRAWLING
|
||||
multiplicative_slowdown = CRAWLING_ADD_SLOWDOWN
|
||||
|
||||
Reference in New Issue
Block a user