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.