diff --git a/modular_zzplurt/modules/clothing/spacesuits/odst.dm b/modular_zzplurt/modules/clothing/spacesuits/odst.dm deleted file mode 100644 index 5dc332a82da88..0000000000000 --- a/modular_zzplurt/modules/clothing/spacesuits/odst.dm +++ /dev/null @@ -1,42 +0,0 @@ -/obj/item/clothing/head/helmet/space/hardsuit/odst - name = "Orbital Drop Shock Trooper Helmet" - desc = "The helmet of a shocktrooper's hardsuit. It's sturdy and reinforced." - icon = 'modular_zzplurt/modules/clothing/spacesuits/icons/obj/hats.dmi' - worn_icon = 'modular_zzplurt/modules/clothing/spacesuits/icons/mob/head.dmi' - worn_icon_muzzled = 'modular_zzplurt/modules/clothing/spacesuits/icons/mob/head_muzzled.dmi' - icon_state = "hardsuit0-odst" - worn_icon_state = "ert_odst" - inhand_icon_state = "sec_helm" - hardsuit_type = "odst" - armor_type = /datum/armor/odst_hardsuit - -/obj/item/clothing/suit/space/hardsuit/odst - name = "Orbital Drop Shock Trooper Hardsuit" - desc = "The hardsuit of a shocktrooper. It's lightweight, yet sturdy and reinforced. " - alt_desc = "The hardsuit of a shocktrooper. It's lightweight, yet sturdy and reinforced. " - icon = 'modular_zzplurt/modules/clothing/spacesuits/icons/obj/suits.dmi' - worn_icon = 'modular_zzplurt/modules/clothing/spacesuits/icons/mob/suit.dmi' - worn_icon_digi = 'modular_zzplurt/modules/clothing/spacesuits/icons/mob/suit_digi.dmi' - icon_state = "ert_odst" - worn_icon_state = "ert_odst" - inhand_icon_state = "sec_hardsuit" - hardsuit_type = "odst" - helmettype = /obj/item/clothing/head/helmet/space/hardsuit/odst - allowed = list(/obj/item/gun, /obj/item/ammo_box, /obj/item/ammo_casing, /obj/item/melee/baton, /obj/item/melee/energy/sword, /obj/item/tank/internals) - armor_type = /datum/armor/odst_hardsuit - heat_protection = CHEST|GROIN|LEGS|FEET|ARMS|HANDS - max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT - resistance_flags = FIRE_PROOF | ACID_PROOF - slowdown = 0 - cell = /obj/item/stock_parts/power_store/cell/bluespace - -/datum/armor/odst_hardsuit - melee = 65 - bullet = 50 - laser = 50 - energy = 60 - bomb = 60 - bio = 100 - fire = 100 - acid = 100 - wound = 65 diff --git a/tgstation.dme b/tgstation.dme index eb514581ff41b..fbe5fcab7f3b0 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -9130,7 +9130,6 @@ #include "modular_zzplurt\modules\clothing\spacesuits\hardsuit_tailsprites.dm" #include "modular_zzplurt\modules\clothing\spacesuits\jetpack.dm" #include "modular_zzplurt\modules\clothing\spacesuits\miscellaneous.dm" -#include "modular_zzplurt\modules\clothing\spacesuits\odst.dm" #include "modular_zzplurt\modules\clothing\spacesuits\trauma_team.dm" #include "modular_zzplurt\modules\clothing\spacesuits\winter_hardsuit.dm" // END_INCLUDE