diff --git a/modular_zubbers/icons/mob/clothing/under/idmaco_worn.dmi b/modular_zubbers/icons/mob/clothing/under/idmaco_worn.dmi index d872f4b9720..d02aae33bb1 100644 Binary files a/modular_zubbers/icons/mob/clothing/under/idmaco_worn.dmi and b/modular_zubbers/icons/mob/clothing/under/idmaco_worn.dmi differ diff --git a/modular_zubbers/modules/modular_items/code/idmaco_donator.dm b/modular_zubbers/modules/modular_items/code/idmaco_donator.dm index 1c2088c500a..972dc25570a 100644 --- a/modular_zubbers/modules/modular_items/code/idmaco_donator.dm +++ b/modular_zubbers/modules/modular_items/code/idmaco_donator.dm @@ -44,11 +44,15 @@ restricted_roles = list(JOB_BLUESHIELD, JOB_CAPTAIN, JOB_NT_REP, JOB_HEAD_OF_SECURITY, JOB_RESEARCH_DIRECTOR, JOB_CHIEF_MEDICAL_OFFICER, JOB_CHIEF_ENGINEER, JOB_HEAD_OF_PERSONNEL, JOB_QUARTERMASTER, JOB_SECURITY_OFFICER, JOB_WARDEN, JOB_SECURITY_MEDIC, JOB_DETECTIVE) //Secure Personnel Only. It is a round start armor even if the actual armor can be ordered for cheap //acts like a proper helmet now -/datum/loadout_item/head/idmahelmet +/datum/loadout_item/accessory/idmaarmbands name = "IDMA armbands" item_path = /obj/item/clothing/accessory/armband/idmaarmband ckeywhitelist = IDMA_CKEY_WHITELIST +/datum/loadout_item/toys/especiallystrange + item_path = /obj/item/toy/plush/especiallystrange + ckeywhitelist = IDMA_CKEY_WHITELIST + /obj/item/clothing/head/helmet/sec/sol/idma_helmet name = "ironmoon service helmet." desc = "A helmet worn by the romulus expeditionary force." @@ -121,7 +125,7 @@ //This is meant to be a functional wintercoat /obj/item/clothing/suit/hooded/wintercoat/security/idma_jacket name = "ironmoon service coat" - desc = "A heavy jacket worn by the romulus expeditionary force, contains ablative plating underneaths to protect the wearer from harms." + desc = "A heavy jacket worn with a '/Romulus Expeditionary Force/' insignia on it, contains ablative plating underneaths to protect the wearer from harms." icon_state = "romulusofficer" icon = 'modular_zubbers/icons/donator/idmaco.dmi' worn_icon = 'modular_zubbers/icons/mob/clothing/under/idmaco_worn.dmi' @@ -136,7 +140,7 @@ /obj/item/clothing/accessory/armband/idmaarmband name = "ironmoon police armband" - desc = "A fancy red armband normally worn by the romulus federation police" + desc = "A fancy red armband normally seen used by the romulus federation police" icon_state = "romuluspolice" icon = 'modular_zubbers/icons/donator/idmaco.dmi' worn_icon = 'modular_zubbers/icons/mob/clothing/under/idmaco_worn.dmi'