Merge branch 'master' of https://github.com/tgstation/tgstation into xpokee-test-upstream-sync

This commit is contained in:
xPokee
2025-09-10 14:12:16 -04:00
277 changed files with 8854 additions and 7401 deletions
+1 -2
View File
@@ -123,8 +123,7 @@
if(ishuman(possible_throwable))
var/mob/living/carbon/human/human_throwable = possible_throwable
//if(human_throwable.wear_suit && (human_throwable.wear_suit.flags_inv & HIDEJUMPSUIT)) // ORIGINAL
if(human_throwable.wear_suit && (human_throwable.wear_suit.flags_inv & HIDETAIL)) // SKYRAT EDIT CHANGE
if(human_throwable.obscured_slots & HIDETAIL) // SKYRAT EDIT - PREVIOUS: if(human_throwable.obscured_slots & HIDEJUMPSUIT)
to_chat(user, span_warning("You can't reach [human_throwable]'s tail through [human_throwable.p_their()] [human_throwable.wear_suit.name]!"))
return