diff --git a/code/__defines/items_clothing.dm b/code/__defines/items_clothing.dm index 6c2087a085629..029c6e5cb8cb7 100644 --- a/code/__defines/items_clothing.dm +++ b/code/__defines/items_clothing.dm @@ -218,7 +218,7 @@ #define HUD_SECURITY FLAG(1) #define HUD_MEDICAL FLAG(2) #define HUD_JANITOR FLAG(3) -// [SIERRA-ADD] - NTNet gimmics +// [SIERRA-ADD] - NTNET - NTNet gimmics #define HUD_IT FLAG(4) // [/SIERRA-ADD] diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 87631e08f2fdf..56c07884785cf 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -358,8 +358,8 @@ if (A.hud_type & hudtype) AUG = A break - // [SIERRA-EDIT] - NTNet -// return ((istype(G) && ((G.hud_type & hudtype) || (G.hud && (G.hud.hud_type & hudtype)))) && G.check_access(ID)) || AUG?.active && AUG.check_access(ID) // SIERRA-EDIT - ORIGINAL + // [SIERRA-EDIT] - NTNET + // return ((istype(G) && ((G.hud_type & hudtype) || (G.hud && (G.hud.hud_type & hudtype)))) && G.check_access(ID)) || AUG?.active && AUG.check_access(ID) // SIERRA-EDIT - ORIGINAL return ((istype(G) && ((G.hud_type & hudtype) || (G.hud && (G.hud.hud_type & hudtype)))) && G.check_access(ID) && (G.toggleable ? G.active : TRUE)) || AUG?.active && AUG.check_access(ID) // [/SIERRA-EDIT] else if(istype(M, /mob/living/silicon/robot)) diff --git a/mods/loadout_items/code/suits.dm b/mods/loadout_items/code/suits.dm index 46145eb2cad28..76954816fc94c 100644 --- a/mods/loadout_items/code/suits.dm +++ b/mods/loadout_items/code/suits.dm @@ -14,8 +14,6 @@ icon = 'maps/sierra/icons/obj/clothing/obj_suit.dmi' item_icons = list(slot_wear_suit_str = 'maps/sierra/icons/mob/onmob/onmob_suit.dmi') icon_state = "the_jacket" -// icon_open = "the_jacket_open" -// icon_closed = "the_jacket" /obj/item/clothing/suit/storage/leon_jacket name = "patterned leather jacket" @@ -31,8 +29,6 @@ icon = 'maps/sierra/icons/obj/clothing/obj_suit.dmi' item_icons = list(slot_wear_suit_str = 'maps/sierra/icons/mob/onmob/onmob_suit.dmi') icon_state = "longjacket_o" - //icon_open = "longjacket_o" - //icon_closed = "longjacket_c" /obj/item/clothing/suit/storage/tgbomber name = "modern bomber jacket" diff --git a/mods/ntnet/README.md b/mods/ntnet/README.md index 14de957dfa906..b7c883046e7a1 100644 --- a/mods/ntnet/README.md +++ b/mods/ntnet/README.md @@ -59,7 +59,8 @@ NTNet ### Используемые файлы, не содержащиеся в модпаке -- Отсутствуют +- `maps/sierra/icons/obj/clothing/obj_suit.dmi` +- `maps/sierra/icons/mob/onmob/onmob_suit.dmi`