From d02bb69119446c6503b62512915f8a783be01746 Mon Sep 17 00:00:00 2001 From: Dhaeleena Date: Thu, 26 Jan 2017 16:02:05 -0300 Subject: [PATCH] Requested Tweaking done. --- code/game/machinery/vending.dm | 2 +- code/modules/clothing/suits/armor_vr.dm | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index 9730d200a43..9eb7e12fac5 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -506,7 +506,7 @@ vend_ready = 1 currently_vending = null nanomanager.update_uis(src) - return 1 + return 1 //Vorestation Edit /** * Add item to the machine diff --git a/code/modules/clothing/suits/armor_vr.dm b/code/modules/clothing/suits/armor_vr.dm index d9ce03e986a..49ee283ec1d 100644 --- a/code/modules/clothing/suits/armor_vr.dm +++ b/code/modules/clothing/suits/armor_vr.dm @@ -34,20 +34,9 @@ return 0 /obj/item/clothing/suit/storage/vest/hoscoat - name = "armored coat" - desc = "A greatcoat enhanced with a special alloy for some protection and style." - icon_state = "hos" - body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS - flags_inv = HIDEJUMPSUIT|HIDETIE|HIDEHOLSTER armor = list(melee = 60, bullet = 60, laser = 60, energy = 40, bomb = 40, bio = 0, rad = 0) /obj/item/clothing/suit/storage/vest/hos - name = "head of security armor vest" - desc = "A simple kevlar plate carrier. This one has a gold badge clipped to the chest." - icon_state = "hosvest_nobadge" - item_state_slots = list(slot_r_hand_str = "armor", slot_l_hand_str = "armor") - icon_badge = "hosvest_badge" - icon_nobadge = "hosvest_nobadge" armor = list(melee = 60, bullet = 60, laser = 60, energy = 40, bomb = 40, bio = 0, rad = 0) /obj/item/clothing/suit/storage/vest/hoscoat/jensen