Merge branch 'STOMPSHIELDING' of https://github.com/Zattarra/DATASTREAM into STOMPSHIELDING

This commit is contained in:
Zattarra
2023-07-02 19:48:25 -07:00
@@ -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.