This commit is contained in:
Roxy
2025-07-30 17:38:43 -04:00
parent da9b8ba7cb
commit 6c94fcb601
9 changed files with 9 additions and 0 deletions
@@ -8,6 +8,7 @@
vend_reply = "Thank you for using the CommDrobe!"
auto_build_products = TRUE
payment_department = ACCOUNT_CMD
allow_custom = TRUE
refill_canister = /obj/item/vending_refill/wardrobe/comm_wardrobe
payment_department = ACCOUNT_CMD
@@ -66,6 +66,7 @@
extra_price = PAYCHECK_COMMAND * 4
payment_department = NO_FREEBIES
onstation_override = 1 // No freebies if this spawns on the interlink
allow_custom = TRUE
/obj/item/vending_refill/medical_deforest
machine_name = "DeForest Med-Vend"
@@ -62,6 +62,7 @@
default_price = PAYCHECK_CREW * 0.5
extra_price = PAYCHECK_COMMAND
payment_department = NO_FREEBIES
allow_custom = TRUE
/obj/item/vending_refill/snack/imported
machine_name = "NT Sustenance Supplier"
@@ -9,6 +9,7 @@
/obj/machinery/vending/security/noaccess
req_access = null
allow_custom = FALSE
/obj/structure/closet/secure_closet/medical2/unlocked/Initialize(mapload)
. = ..()
@@ -187,6 +187,7 @@
payment_department = ACCOUNT_SRV
default_price = PAYCHECK_CREW * 0.6
extra_price = PAYCHECK_COMMAND * 2.5
allow_custom = TRUE
//Changes the settings on the vendor, if the user uses the discount card.
/obj/machinery/vending/dorms/attackby(obj/item/used_item, mob/living/user, params)
@@ -18,3 +18,4 @@
)
extended_inventory = TRUE
age_restrictions = FALSE
allow_custom = FALSE
@@ -29,6 +29,7 @@
default_price = PAYCHECK_CREW
extra_price = PAYCHECK_COMMAND
payment_department = ACCOUNT_SRV
allow_custom = TRUE
/obj/item/vending_refill/barbervend
machine_name = "barber vend resupply"
@@ -18,6 +18,7 @@
extra_price = PAYCHECK_ZERO
default_price = PAYCHECK_ZERO
resistance_flags = INDESTRUCTIBLE
allow_custom = FALSE
/obj/machinery/vending/tool/super/screwdriver_act(mob/living/user, obj/item/attack_item)
return FALSE
@@ -1,3 +1,4 @@
// We remove the signaler from prison because some chucklefucks keep using it to hack doors.
/obj/machinery/vending/dorms/prison
excluded_products = list(/obj/item/assembly/signaler)
allow_custom = FALSE