Skip to content

Commit

Permalink
Resomi Voidsuit Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
800maximum123 committed Jul 17, 2024
1 parent 8b36c0a commit c737da1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mods/resomi_fd/code/clothing/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,16 @@
/obj/item/clothing/accessory/solgov/department/Initialize()
. = ..()
LAZYSET(sprite_sheets, SPECIES_RESOMI, 'mods/resomi_fd/icons/clothing/solgov/onmob_accessories_resomi.dmi')

//
#define SETUP_SPECIES_ONMOB "sprite_sheets"

/singleton/item_modifier/space_suit/Initialize()
. = ..()
var/helmet_setup = type_setups[/obj/item/clothing/head/helmet/space]
helmet_setup[SETUP_SPECIES_ONMOB] += list(SPECIES_RESOMI = 'mods/resomi_fd/icons/clothing/onmob_suit_resomi.dmi')

var/suit_setup = type_setups[/obj/item/clothing/suit/space/void]
suit_setup[SPECIES_RESOMI] += list(SPECIES_RESOMI = 'mods/resomi_fd/icons/clothing/onmob_suit_resomi.dmi')

#undef SETUP_SPECIES_ONMOB

0 comments on commit c737da1

Please sign in to comment.