Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Atlas committed Sep 8, 2023
1 parent 48e4c09 commit 3555646
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions code/modules/clothing/spacesuits/rig/rig.dm
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,10 @@
failed_to_seal = 1
else
for(var/list/piece_data in list(
list(wearer.shoes, boots, "boots", boot_type),
list(wearer.gloves, gloves, "gloves", glove_type),
list(wearer.head, helmet, "helmet", helm_type),
list(wearer.wear_suit, chest, "chest", chest_type)
)
)
list(wearer.shoes, boots, "boots", boot_type),
list(wearer.gloves, gloves, "gloves", glove_type),
list(wearer.head, helmet, "helmet", helm_type),
list(wearer.wear_suit, chest, "chest", chest_type)))

var/obj/item/clothing/piece = piece_data[1]
var/obj/item/compare_piece = piece_data[2]
Expand Down

0 comments on commit 3555646

Please sign in to comment.