mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-26 14:17:12 +01:00
Update modular_splurt/code/modules/resize/resizing.dm
Typo. Co-authored-by: BongaTheProto <93835010+BongaTheProto@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user