mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into xpokee-test-upstream-sync
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user