Skip to content

Commit

Permalink
[MIRROR] Lock void stripes to void suits only
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and SierraHelper committed Jun 15, 2024
1 parent c1e9ba3 commit 604cb6f
Show file tree
Hide file tree
Showing 4 changed files with 3,575 additions and 3,574 deletions.
1 change: 1 addition & 0 deletions code/__defines/items_clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#define ACCESSORY_SLOT_DECOR "CD"
#define ACCESSORY_SLOT_MEDAL "CM"
#define ACCESSORY_SLOT_INSIGNIA "CI"
#define ACCESSORY_SLOT_INSIGNIA_EVA "CE"
#define ACCESSORY_SLOT_ARMOR_CHEST "AC"
#define ACCESSORY_SLOT_ARMOR_ARMS "AA"
#define ACCESSORY_SLOT_ARMOR_LEGS "AL"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/spacesuits/spacesuits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
siemens_coefficient = 0.9
randpixel = 0
species_restricted = list("exclude", SPECIES_NABBER, SPECIES_DIONA)
valid_accessory_slots = list(ACCESSORY_SLOT_INSIGNIA)
valid_accessory_slots = list(ACCESSORY_SLOT_INSIGNIA, ACCESSORY_SLOT_INSIGNIA_EVA)
equip_delay = 5 SECONDS


Expand Down
Loading

0 comments on commit 604cb6f

Please sign in to comment.