From 1af3259a9cb07da5f239912b51e78f99a70191c2 Mon Sep 17 00:00:00 2001 From: Spartan6 Date: Wed, 26 Dec 2018 00:21:51 +0000 Subject: [PATCH] Added advanced analyser instead to medical bag, tweaked grammar on surgery belt and renamed Chief Engineer's toolbelt to advanced toolbelt. --- code/game/objects/items/weapons/storage/belt.dm | 4 ++-- code/modules/response_team/ert_outfits.dm | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index 83494366d38..e902b0d3500 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -88,7 +88,7 @@ update_icon() /obj/item/storage/belt/utility/chief - name = "Chief Engineer's toolbelt" + name = "advanced toolbelt" desc = "Holds tools, looks snazzy" icon_state = "utilitybelt_ce" item_state = "utility_ce" @@ -139,7 +139,7 @@ max_w_class = WEIGHT_CLASS_NORMAL max_combined_w_class = 17 use_to_pickup = 1 - name = "Surgical Belt" + name = "surgical belt" desc = "Can hold various surgical tools." storage_slots = 9 use_item_overlays = 1 diff --git a/code/modules/response_team/ert_outfits.dm b/code/modules/response_team/ert_outfits.dm index aee9c58404d..368868770c7 100644 --- a/code/modules/response_team/ert_outfits.dm +++ b/code/modules/response_team/ert_outfits.dm @@ -356,10 +356,8 @@ /obj/item/clothing/mask/gas/sechailer/swat = 1, /obj/item/bodyanalyzer/advanced = 1, /obj/item/extinguisher/mini = 1, - /obj/item/storage/belt/medical/surgery/loaded = 1, /obj/item/roller = 1, - /obj/item/healthanalyzer = 1, - /obj/item/healthupgrade = 1 + /obj/item/healthanalyzer/advanced = 1 )