mass ports like 15 tg prs + counting (#13386)
* changes * ok * changes * sigh * fixes * changes * fix * fix * alright * fixes git pus * fix * fix * fix * test * ok * Update code/modules/paperwork/ticketmachine.dm Co-authored-by: Letter N <24603524+LetterN@users.noreply.github.com> * ok * compile and other stuff * ok * fix * fix * Fix * Update menu.dm * Update view.dm * Update preferences.dm Co-authored-by: Letter N <24603524+LetterN@users.noreply.github.com> Co-authored-by: Putnam3145 <putnam3145@gmail.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
/datum/actionspeed_modifier/base
|
||||
variable = TRUE
|
||||
@@ -0,0 +1,7 @@
|
||||
/datum/actionspeed_modifier/low_sanity
|
||||
multiplicative_slowdown = 0.25
|
||||
id = ACTIONSPEED_ID_SANITY
|
||||
|
||||
/datum/actionspeed_modifier/high_sanity
|
||||
multiplicative_slowdown = -0.1
|
||||
id = ACTIONSPEED_ID_SANITY
|
||||
@@ -0,0 +1,5 @@
|
||||
/datum/actionspeed_modifier/timecookie
|
||||
multiplicative_slowdown = -0.05
|
||||
|
||||
/datum/actionspeed_modifier/blunt_wound
|
||||
variable = TRUE
|
||||
Reference in New Issue
Block a user