From 80248055d9f0b11fbd476db26aeebec36c187ff3 Mon Sep 17 00:00:00 2001 From: Zatarra <68243757+Zattarra@users.noreply.github.com> Date: Sun, 2 Jul 2023 14:13:51 -0700 Subject: [PATCH] Update modular_splurt/code/modules/resize/resizing.dm Typo. Co-authored-by: BongaTheProto <93835010+BongaTheProto@users.noreply.github.com> --- modular_splurt/code/modules/resize/resizing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_splurt/code/modules/resize/resizing.dm b/modular_splurt/code/modules/resize/resizing.dm index 0d1b1d3f6f..1cfa1d617a 100644 --- a/modular_splurt/code/modules/resize/resizing.dm +++ b/modular_splurt/code/modules/resize/resizing.dm @@ -1,6 +1,6 @@ /mob/living/handle_micro_bump_other(mob/living/target) // If the target has the preference off, stop the interaction. - if(target.client.prefs.unholypref == "No") + if(target.client.prefs.stomppref == "No") return FALSE // Do the rest of the function normally.