Skip to content

Commit

Permalink
Gloves & boots sprite sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
UEDCommander authored Dec 11, 2023
1 parent 7575dec commit 81d04e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions maps/sierra/items/rigs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,16 @@
/obj/item/clothing/gloves/rig/command/exploration
species_restricted = list(SPECIES_HUMAN,SPECIES_SKRELL,SPECIES_TAJARA,SPECIES_UNATHI,SPECIES_IPC)
icon_state = "command_exp_rig"
sprite_sheets = list(
SPECIES_UNATHI = 'maps/torch/icons/mob/unathi/onmob_hands_solgov_unathi.dmi'
)

/obj/item/clothing/shoes/magboots/rig/command/exploration
species_restricted = list(SPECIES_HUMAN,SPECIES_SKRELL,SPECIES_TAJARA,SPECIES_UNATHI,SPECIES_IPC)
icon_state = "command_exp_rig"
sprite_sheets = list(
SPECIES_UNATHI = 'maps/torch/icons/mob/unathi/onmob_feet_solgov_unathi.dmi'
)

/obj/item/rig/exploration/equipped
initial_modules = list(
Expand Down

0 comments on commit 81d04e5

Please sign in to comment.