Skip to content

Commit

Permalink
Update modular_ss220/clothing/code/clothing_vendors.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Dzianishchyts <[email protected]>
  • Loading branch information
Glamyrio and m-dzianishchyts authored Oct 13, 2024
1 parent 6213d08 commit 444747f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/clothing/code/clothing_vendors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
contraband += list(
/obj/item/clothing/head/helmet/cop = 2,
/obj/item/clothing/head/helmet/cop/v2 = 1,
/obj/item/clothing/suit/armor/coat/cop = 3,
/obj/item/clothing/suit/armor/cop = 3,

Check failure on line 35 in modular_ss220/clothing/code/clothing_vendors.dm

View workflow job for this annotation

GitHub Actions / Run Linters

failed to resolve path /obj/item/clothing/suit/armor/cop
)
prices += list(
/obj/item/clothing/head/helmet/cop = 200,
Expand Down

0 comments on commit 444747f

Please sign in to comment.