Skip to content

Commit

Permalink
vox insul gloves from tool vendor to engivend
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Oct 17, 2024
1 parent ad279ee commit 32ee8c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modular_ss220/vending/code/vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@
/obj/machinery/economy/vending/shoedispenser/free
prices = list()

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

/obj/machinery/economy/vending/tool/free
/obj/machinery/economy/vending/engivend/free
prices = list()

0 comments on commit 32ee8c7

Please sign in to comment.