mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
Merge pull request #13771 from Heroman3003/hotfood-nerf
Removes hotfood vendors from station spawning
This commit is contained in:
@@ -18,11 +18,6 @@
|
||||
name = "SweatMAX Vendor Refill Cartridge"
|
||||
cost = 10
|
||||
|
||||
/datum/supply_pack/vending_refills/hotfood
|
||||
contains = list(/obj/item/weapon/refill_cartridge/autoname/food/hotfood)
|
||||
name = "Hot Foods Vendor Refill Cartridge"
|
||||
cost = 10
|
||||
|
||||
/datum/supply_pack/vending_refills/weeb
|
||||
contains = list(/obj/item/weapon/refill_cartridge/autoname/food/weeb)
|
||||
name = "Nippon-tan Vendor Refill Cartridge"
|
||||
@@ -122,7 +117,6 @@
|
||||
num_contained = 5
|
||||
contains = list(/obj/item/weapon/refill_cartridge/autoname/food/snack,
|
||||
/obj/item/weapon/refill_cartridge/autoname/food/fitness,
|
||||
/obj/item/weapon/refill_cartridge/autoname/food/hotfood,
|
||||
/obj/item/weapon/refill_cartridge/autoname/food/weeb,
|
||||
/obj/item/weapon/refill_cartridge/autoname/food/sol,
|
||||
/obj/item/weapon/refill_cartridge/autoname/food/snix,
|
||||
|
||||
@@ -77,7 +77,6 @@
|
||||
prob(3);/obj/machinery/vending/fitness,
|
||||
prob(4);/obj/machinery/vending/cigarette,
|
||||
prob(3);/obj/machinery/vending/giftvendor,
|
||||
prob(1);/obj/machinery/vending/hotfood,
|
||||
prob(5);/obj/machinery/vending/weeb,
|
||||
prob(5);/obj/machinery/vending/sol,
|
||||
prob(5);/obj/machinery/vending/snix,
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
icon_state = "rc_food"
|
||||
refill_type = list(/obj/machinery/vending/snack,
|
||||
/obj/machinery/vending/fitness,
|
||||
/obj/machinery/vending/hotfood,
|
||||
/obj/machinery/vending/weeb,
|
||||
/obj/machinery/vending/sol,
|
||||
/obj/machinery/vending/snix,
|
||||
@@ -104,9 +103,6 @@
|
||||
/obj/item/weapon/refill_cartridge/autoname/food/fitness
|
||||
refill_type = /obj/machinery/vending/fitness
|
||||
|
||||
/obj/item/weapon/refill_cartridge/autoname/food/hotfood
|
||||
refill_type = /obj/machinery/vending/hotfood
|
||||
|
||||
/obj/item/weapon/refill_cartridge/autoname/food/weeb
|
||||
refill_type = /obj/machinery/vending/weeb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user