From b8f93f51512d67644531b50716f8ebca5fcb8a5b Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Sun, 8 Sep 2019 11:27:32 -0400 Subject: [PATCH] fixes comment and sound --- code/game/objects/items/weapons/vending_items.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/game/objects/items/weapons/vending_items.dm b/code/game/objects/items/weapons/vending_items.dm index a3984b7cab9..c3773ccf5ed 100644 --- a/code/game/objects/items/weapons/vending_items.dm +++ b/code/game/objects/items/weapons/vending_items.dm @@ -1,6 +1,3 @@ -/* - Vending machine refills can be found at /code/modules/vending/ within each vending machine's respective file -*/ /obj/item/vending_refill name = "resupply canister" var/machine_name = "Generic" @@ -9,6 +6,7 @@ icon_state = "refill_snack" item_state = "restock_unit" desc = "A vending machine restock cart." + usesound = 'sound/items/deconstruct.ogg' flags = CONDUCT force = 7 throwforce = 10