From b3237ada7dea054c901e423bcd8fadd9b3cea4df Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Fri, 10 Jan 2020 14:51:15 -0800 Subject: [PATCH] compile --- code/modules/movespeed/_movespeed_modifier.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/movespeed/_movespeed_modifier.dm b/code/modules/movespeed/_movespeed_modifier.dm index a9315a4f9f9..a6d9c3972ba 100644 --- a/code/modules/movespeed/_movespeed_modifier.dm +++ b/code/modules/movespeed/_movespeed_modifier.dm @@ -147,7 +147,7 @@ GLOBAL_LIST_EMPTY(movespeed_modification_cache) modified = TRUE else CRASH("Invalid modifier") - if(!isnull(multiplicative_slowdown) + if(!isnull(multiplicative_slowdown)) final.multiplicative_slowdown = multiplicative_slowdown modified = TRUE if(inject)