Skip to content

Commit

Permalink
forgot a / and spent so long bashing my head against it
Browse files Browse the repository at this point in the history
not the brightest.
  • Loading branch information
private-tristan committed Sep 20, 2023
1 parent a069c86 commit 4353e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
var/list/items_allowed
var/shoes_blood_amt = 0

obj/item/clothing/shoes/Initialize(mapload, ...)
/obj/item/clothing/shoes/Initialize(mapload, ...)
. = ..()
if(armor_melee || armor_bullet || armor_laser || armor_energy || armor_bomb || armor_bio || armor_rad)
AddComponent(/datum/component/armor_link, WEAR_JACKET, TRUE)
Expand Down

0 comments on commit 4353e8d

Please sign in to comment.