Skip to content

Commit

Permalink
adds modsuit support
Browse files Browse the repository at this point in the history
  • Loading branch information
KoboldCommando committed Nov 2, 2023
1 parent 860469e commit e442c29
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions code/modules/mod/mod_clothes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
icon_state = "standard-chestplate"
base_icon_state = "chestplate"
worn_icon = 'icons/mob/clothing/modsuit/mod_clothing.dmi'
worn_icon_snouted = 'monkestation/icons/mob/mod.dmi'
blood_overlay_type = "armor"
allowed = list(
/obj/item/tank/internals,
Expand Down Expand Up @@ -54,7 +53,7 @@
icon_state = "standard-boots"
base_icon_state = "boots"
worn_icon = 'icons/mob/clothing/modsuit/mod_clothing.dmi'
worn_icon_snouted = 'monkestation/icons/mob/mod.dmi'
worn_icon_digitigrade = 'monkestation/icons/mob/mod.dmi'
armor_type = /datum/armor/none
body_parts_covered = FEET|LEGS
heat_protection = FEET|LEGS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/t_scanner, /obj/item/construction/rcd, /obj/item/pipe_dispenser)
siemens_coefficient = 0
actions_types = list(/datum/action/item_action/toggle_helmet)
supports_variations_flags = NONE

var/obj/item/clothing/head/helmet/space/hardsuit/helmet
var/helmettype = /obj/item/clothing/head/helmet/space/hardsuit
Expand Down
Binary file added monkestation/icons/mob/species/misc/mod.dmi
Binary file not shown.
Binary file modified monkestation/icons/mob/species/misc/suit_digi.dmi
Binary file not shown.

0 comments on commit e442c29

Please sign in to comment.