Skip to content

Commit

Permalink
fixes a direct armor access (#6006)
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons authored Sep 22, 2023
1 parent d8558ae commit f97f6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/hooded.dm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
hood.atom_flags |= PHORONGUARD
else
hood.atom_flags &= ~PHORONGUARD
hood.set_armor(armor)
hood.set_armor(fetch_armor())
hood.copy_atom_colour(src)
// equip after armor / color changes
H.equip_to_slot_if_possible(hood, SLOT_ID_HEAD)
Expand Down

0 comments on commit f97f6db

Please sign in to comment.