Skip to content

Commit

Permalink
тфрк
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Dec 24, 2023
1 parent 5858026 commit f4bf41a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion maps/sierra/loadout/loadout_tactical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
uniforms += /obj/item/clothing/under/rank/security/corp/alt
uniforms += /obj/item/clothing/under/rank/security/navyblue
uniforms += /obj/item/clothing/under/rank/security/navyblue/alt
uniforms += /obj/item/clothing/under/rank/security/corp/blueshift
gear_tweaks += new/datum/gear_tweak/path/specified_types_list(uniforms)

/datum/gear/tactical/bloodpatch
Expand Down
3 changes: 2 additions & 1 deletion maps/sierra/structures/closets/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,12 @@
/obj/item/taperoll/police,
/obj/item/device/hailer,
/obj/item/clothing/accessory/storage/black_vest,
/obj/item/clothing/under/rank/security/corp/blueshift,
/obj/item/clothing/under/blueshift_uniform,
/obj/item/gun/energy/taser,
/obj/item/device/holowarrant,
)

/obj/structure/closet/secure_closet/security/sierra/science/WillContain()
return MERGE_ASSOCS_WITH_NUM_VALUES(..(), list(/obj/item/device/encryptionkey/headset_sci))

/obj/structure/closet/secure_closet/brig/WillContain()
Expand Down
1 change: 0 additions & 1 deletion mods/loadout_items/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ ID мода: LOADOUT_ITEMS
### Используемые файлы, не содержащиеся в модпаке

- `maps\sierra\loadout\loadout_gloves.dm`
- `maps\sierra\loadout\loadout_uniform.dm`
- `maps\torch\icons\obj\obj_accessories_solgov.dmi`
- `maps\torch\icons\mob\unathi\onmob_accessories_solgov_unathi.dmi`
- `maps\torch\icons\mob\onmob_accessories_solgov.dmi`
Expand Down
3 changes: 1 addition & 2 deletions mods/loadout_items/code/uniforms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,10 @@
bio = ARMOR_BIO_MINOR
)

/obj/item/clothing/under/rank/security/corp/blueshift
/obj/item/clothing/under/blueshift_uniform
desc = "Blue shirt with robust jeans from robust materials. Still standard issue equipment for long clam blue shifts."
name = "research division security uniform"
icon = 'mods/loadout_items/icons/obj_under.dmi'
item_icons = list(slot_w_uniform_str = 'mods/loadout_items/icons/onmob_under.dmi')
icon_state = "blueshift"
item_state = "blueshift"
worn_state = "blueshift"
Binary file modified mods/loadout_items/icons/onmob_under.dmi
Binary file not shown.

0 comments on commit f4bf41a

Please sign in to comment.