Skip to content

Commit

Permalink
Icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Jul 9, 2024
1 parent 91b4810 commit 4cd9214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_zzsplurt/modules/clothing/spacesuits/hardsuit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
icon = 'modular_zzsplurt/modules/clothing/spacesuits/icons/obj/hats.dmi'
worn_icon = 'modular_zzsplurt/modules/clothing/spacesuits/icons/mob/head.dmi'
worn_icon_muzzled = 'modular_zzsplurt/modules/clothing/spacesuits/icons/mob/head_muzzled.dmi'
lefthand_file = 'modular_zzsplurt/modules/clothing/spacesuits/icons/mob/hardsuits_lefthand.dmi'
righthand_file = 'modular_zzsplurt/modules/clothing/spacesuits/icons/mob/hardsuits_righthand.dmi'
lefthand_file = 'modular_zzsplurt/modules/clothing/spacesuits/icons/obj/hardsuits_lefthand.dmi'
righthand_file = 'modular_zzsplurt/modules/clothing/spacesuits/icons/obj/hardsuits_righthand.dmi'
max_integrity = 300
armor_type = /datum/armor/hardsuit
light_system = OVERLAY_LIGHT_DIRECTIONAL
Expand Down

0 comments on commit 4cd9214

Please sign in to comment.