Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit db38f55

Browse filesBrowse files
Increases slow from shadowfrost from 1 to 2 (yogstation13#13922)
1 parent a11fe97 commit db38f55
Copy full SHA for db38f55

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎yogstation/code/modules/reagents/chemistry/reagents/other_reagents.dm‎

Copy file name to clipboardExpand all lines: yogstation/code/modules/reagents/chemistry/reagents/other_reagents.dm
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
/datum/reagent/shadowfrost/on_mob_metabolize(mob/living/L)
4646
..()
47-
L.add_movespeed_modifier(type, update=TRUE, priority=100, multiplicative_slowdown=1)
47+
L.add_movespeed_modifier(type, update=TRUE, priority=100, multiplicative_slowdown=2)
4848

4949
/datum/reagent/shadowfrost/on_mob_end_metabolize(mob/living/L)
5050
L.remove_movespeed_modifier(type)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.