Merge pull request #2267 from Citadel-Station-13/upstream-merge-29654
[MIRROR] Fixes vendors not returning an Initialize hint
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
var/refill_count = 3 //The number of canisters the vending machine uses
|
||||
|
||||
/obj/machinery/vending/Initialize()
|
||||
..()
|
||||
. = ..()
|
||||
wires = new /datum/wires/vending(src)
|
||||
if(refill_canister) //constructable vending machine
|
||||
var/obj/item/weapon/circuitboard/machine/B = new /obj/item/weapon/circuitboard/machine/vendor(null)
|
||||
|
||||
Reference in New Issue
Block a user