diff --git a/code/game/machinery/suit_storage_unit.dm b/code/game/machinery/suit_storage_unit.dm index d38809561c..cf6b2b4bf4 100644 --- a/code/game/machinery/suit_storage_unit.dm +++ b/code/game/machinery/suit_storage_unit.dm @@ -77,8 +77,8 @@ /obj/machinery/suit_storage_unit/paramedic name = "paramedic suit storage unit" - suit_type = /obj/item/clothing/suit/space/paramedic - helmet_type = /obj/item/clothing/head/helmet/space/paramedic + suit_type = /obj/item/clothing/suit/space/eva/paramedic + helmet_type = /obj/item/clothing/head/helmet/space/eva/paramedic mask_type = /obj/item/clothing/mask/breath /obj/machinery/suit_storage_unit/rd diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index a9cf8ed3a6..8c39427c49 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -466,14 +466,14 @@ Contains: playsound(loc, 'sound/weapons/slashmiss.ogg', 50, 1) playsound(loc, 'sound/effects/refill.ogg', 50, 1) -/obj/item/clothing/suit/space/paramedic +/obj/item/clothing/suit/space/eva/paramedic name = "paramedic EVA suit" icon_state = "paramedic-eva" item_state = "paramedic-eva" desc = "A deep blue space suit decorated with red and white crosses to indicate that the wearer is trained emergency medical personnel." allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/roller) -/obj/item/clothing/head/helmet/space/paramedic +/obj/item/clothing/head/helmet/space/eva/paramedic name = "paramedic EVA helmet" desc = "A deep blue space helmet with a large red cross on the faceplate to designate the wearer as trained emergency medical personnel." icon_state = "paramedic-eva-helmet" diff --git a/code/modules/jobs/job_types/paramedic.dm b/code/modules/jobs/job_types/paramedic.dm index 0c752def9a..b74f1a1c18 100644 --- a/code/modules/jobs/job_types/paramedic.dm +++ b/code/modules/jobs/job_types/paramedic.dm @@ -34,8 +34,8 @@ id = /obj/item/card/id r_pocket = /obj/item/pinpointer/crew l_pocket = /obj/item/pda/medical - backpack_contents = list(/obj/item/roller = 1, /obj/item/storage/hypospraykit/regular = 1) - pda_slot = ITEM_SLOT_POCKET + backpack_contents = list(/obj/item/roller=1) + pda_slot = SLOT_L_STORE backpack = /obj/item/storage/backpack/medic satchel = /obj/item/storage/backpack/satchel/med diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 3659fec79e..e675a8d647 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ diff --git a/icons/mob/uniform_digi.dmi b/icons/mob/uniform_digi.dmi index 0f3a987640..82dc09e43e 100644 Binary files a/icons/mob/uniform_digi.dmi and b/icons/mob/uniform_digi.dmi differ diff --git a/icons/turf/areas.dmi b/icons/turf/areas.dmi index a35837eedd..4856eefa3e 100644 Binary files a/icons/turf/areas.dmi and b/icons/turf/areas.dmi differ