Skip to content

Commit

Permalink
Merge pull request #2654 from RinPin/free-as-freedom
Browse files Browse the repository at this point in the history
Makes cosmetic uniforms and unarmored / non mechanical clothing cost 0 points
  • Loading branch information
Tk420634 committed Jul 19, 2023
2 parents b504418 + c0494ee commit cfdd1a2
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 412 deletions.
10 changes: 5 additions & 5 deletions modular_citadel/code/modules/client/loadout/shoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/datum/gear/shoes/laceup
name = "laceup shoes"
path = /obj/item/clothing/shoes/laceup
cost = 1
cost = 0

/datum/gear/shoes/workboots
name = "work boots"
Expand Down Expand Up @@ -63,22 +63,22 @@
/datum/gear/shoes/wraps
name = "golden leg wraps"
path = /obj/item/clothing/shoes/wraps
cost = 1
cost = 0

/datum/gear/shoes/wrapssilver
name = "silver leg wraps"
path = /obj/item/clothing/shoes/wraps/silver
cost = 1
cost = 0

/datum/gear/shoes/wrapsblue
name = "blue leg wraps"
path = /obj/item/clothing/shoes/wraps/blue
cost = 1
cost = 0

/datum/gear/shoes/wrapsred
name = "red leg wraps"
path = /obj/item/clothing/shoes/wraps/red
cost = 1
cost = 0

/datum/gear/shoes/wornboots
name = "worn boots"
Expand Down
Loading

0 comments on commit cfdd1a2

Please sign in to comment.