Skip to content

Commit

Permalink
Fuck this shitcode
Browse files Browse the repository at this point in the history
  • Loading branch information
savethetreez committed Oct 28, 2023
1 parent 5e32d5d commit 139ccd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/1713/jobs/nomads.dm
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@
equip_to_slot_or_del(new /obj/item/clothing/head/ww2/sov_ushanka(src), slot_head)
if (4)
equip_to_slot_or_del(new /obj/item/clothing/head/flatcap1(src), slot_head)
else
equip_to_slot_or_del(new /obj/item/clothing/under/civf1(src), slot_w_uniform)
equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown(src), slot_shoes)
else
equip_to_slot_or_del(new /obj/item/clothing/under/civf1(src), slot_w_uniform)
equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown(src), slot_shoes)
else
if (gender == "male")
equip_to_slot_or_del(new /obj/item/clothing/shoes/leatherboots(src), slot_shoes)
Expand Down

0 comments on commit 139ccd2

Please sign in to comment.