Skip to content

Commit

Permalink
clear code
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Oct 15, 2024
1 parent 9a6a0a5 commit a3cf16d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -222,7 +222,7 @@
/obj/item/clothing/under/rainbow_skirt = 100)
. = ..()

/obj/machinery/economy/vending/suitdispenser/free/Initialize(mapload)
/obj/machinery/economy/vending/suitdispenser/free
prices = list()

/obj/machinery/economy/vending/wallmed/emergency_ntmed
Expand All @@ -246,13 +246,13 @@
prices |= list(/obj/item/clothing/shoes/clown_shoes/moffers = 80)
. = ..()

/obj/machinery/economy/vending/shoedispenser/free/Initialize(mapload)
/obj/machinery/economy/vending/shoedispenser/free
prices = list()

/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)
. = ..()

/obj/machinery/economy/vending/tool/free/Initialize(mapload)
/obj/machinery/economy/vending/tool/free
prices = list()
2 changes: 1 addition & 1 deletion modular_ss220/vending/code/vending_food.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/obj/item/poster/mac_vulpix = 3,
)

/obj/machinery/economy/vending/vulpix/free/Initialize(mapload)
/obj/machinery/economy/vending/vulpix/free
prices = list()

// MARK: Nanotrasen Food
Expand Down

0 comments on commit a3cf16d

Please sign in to comment.