code works
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
desc = "A fun way to spend the shift. Contains unmentionable desires."
|
||||
cost = 2000
|
||||
contraband = TRUE
|
||||
contains = list(/obj/item/vending_refill/kink, /obj/item/circuitboard/machine/kinkmate)
|
||||
contains = list(/obj/item/vending_refill/kink)
|
||||
crate_name = "Kinkmate construction kit"
|
||||
|
||||
/datum/supply_pack/vending/medical
|
||||
|
||||
@@ -25,7 +25,7 @@ interface with the mining shuttle at the landing site if a mobile beacon is also
|
||||
var/possible_destinations
|
||||
clockwork = TRUE
|
||||
var/obj/item/gps/internal/base/locator
|
||||
circuit = /obj/item/circuitboard/computer/auxillary_base
|
||||
circuit = /obj/item/circuitboard/computer/auxiliary_base
|
||||
|
||||
/obj/machinery/computer/auxillary_base/Initialize()
|
||||
. = ..()
|
||||
|
||||
@@ -162,10 +162,6 @@ IF YOU MODIFY THE PRODUCTS LIST OF A MACHINE, MAKE SURE TO UPDATE ITS RESUPPLY C
|
||||
///Name of lighting mask for the vending machine
|
||||
var/light_mask
|
||||
|
||||
/obj/item/circuitboard
|
||||
///determines if the circuit board originated from a vendor off station or not.
|
||||
var/onstation = TRUE
|
||||
|
||||
/**
|
||||
* Initialize the vending machine
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user