Update modular_splurt/code/modules/resize/resizing.dm

Typo.

Co-authored-by: BongaTheProto <93835010+BongaTheProto@users.noreply.github.com>
This commit is contained in:
Zatarra
2023-07-02 14:13:51 -07:00
committed by GitHub
co-authored by BongaTheProto
parent 6d7118db89
commit 80248055d9
@@ -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.