Skip to content

Commit

Permalink
Update modular_ss220/vending/code/vending.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU authored Oct 15, 2024
1 parent a3cf16d commit aaa1893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/vending/code/vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@

/obj/machinery/economy/vending/tool/Initialize(mapload)
contraband |= list(/obj/item/clothing/gloves/color/yellow/vox = 1)
prices |= list(/obj/item/clothing/gloves/color/yellow/vox = 250)
prices |= list(/obj/item/clothing/gloves/color/yellow/vox = 500)
. = ..()

/obj/machinery/economy/vending/tool/free
Expand Down

0 comments on commit aaa1893

Please sign in to comment.