Skip to content

Commit 0c38309

Browse files
BoraHivewest3436
andauthored
Update miscellaneous.dm (#37390)
Adds ONESIZEFITSALL tag to the straitjacket, allowing restraint of aliens without special sprites. Co-authored-by: west3436 <66280799+west3436@users.noreply.github.com>
1 parent 983ecbc commit 0c38309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/clothing/suits/miscellaneous.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ var/list/tag_suits_list = list()
505505
item_state = "strait_jacket"
506506
origin_tech = Tc_BIOTECH + "=2"
507507
body_parts_covered = ARMS|LEGS|FULL_TORSO|FEET|HANDS|HIDETAIL
508-
species_fit = list(INSECT_SHAPED)
508+
clothing_flags = ONESIZEFITSALL
509509

510510
/obj/item/clothing/suit/ianshirt
511511
name = "worn shirt"

0 commit comments

Comments
 (0)