and finally, the modules folder. Now I can publish and take a break
This commit is contained in:
@@ -13,12 +13,10 @@
|
||||
/obj/item/reagent_containers/food/snacks/cheesiehonkers = 6)
|
||||
contraband = list(/obj/item/reagent_containers/food/snacks/syndicake = 6)
|
||||
refill_canister = /obj/item/vending_refill/snack
|
||||
var/chef_compartment_access = "28"
|
||||
var/chef_compartment_access = "28" //ACCESS_KITCHEN
|
||||
|
||||
/obj/item/vending_refill/snack
|
||||
machine_name = "Getmore Chocolate Corp"
|
||||
charges = list(12, 2, 0)//of 36 standard, 6 contraband
|
||||
init_charges = list(12, 2, 0)
|
||||
|
||||
/obj/machinery/vending/snack/attackby(obj/item/W, mob/user, params)
|
||||
if(istype(W, /obj/item/reagent_containers/food/snacks))
|
||||
@@ -44,7 +42,7 @@
|
||||
if(iscompartmentfull(user))
|
||||
break
|
||||
if(!S.junkiness)
|
||||
T.SendSignal(COMSIG_TRY_STORAGE_TAKE, S, src, TRUE)
|
||||
SEND_SIGNAL(T, COMSIG_TRY_STORAGE_TAKE, S, src, TRUE)
|
||||
food_load(S)
|
||||
loaded++
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user