Skip to content

Commit

Permalink
correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Oct 17, 2024
1 parent 32ee8c7 commit b40717e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modular_ss220/vending/code/vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,7 @@
/obj/machinery/economy/vending/shoedispenser/free
prices = list()

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

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

0 comments on commit b40717e

Please sign in to comment.