Skip to content

Commit

Permalink
Упростил получение Rad-Voidsuit. И добавил нормальный хвост для летал…
Browse files Browse the repository at this point in the history
…компани-версии.
  • Loading branch information
SmiLeYre committed Mar 24, 2024
1 parent 054d7a7 commit 35ff920
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions code/modules/cargo/packs/engineering.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@

/datum/supply_pack/engineering/radvoidsuit
name = "Radiation Voidsuit"
desc = "Лорд Сингуляро вышел погулять ? Вам нужно внести несколько изменений в его защитную оболочку и вы не хотите провести остаток смены под душем? Надень этот радиационный скафандр! Он защищает только от радиации и космоса."
cost = 3500
desc = "Лорд Сингуляро вышел погулять? Вам нужно внести несколько изменений в его защитную оболочку и вы не хотите провести остаток смены под душем? Надень этот радиационный скафандр! Он защищает только от радиации и космоса."
cost = 2250
access = ACCESS_ENGINE
contains = list(/obj/item/tank/internals/air,
/obj/item/clothing/mask/gas,
Expand Down
11 changes: 6 additions & 5 deletions modular_sand/code/modules/clothing/spacesuits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
/obj/item/clothing/head/helmet/space/rad
unique_reskin = list(
"Default" = list(
"name" = "radiation voidsuit helmet",
"name" = "Radiation Voidsuit Helmet",
"desc" = "A special helmet that protects against radiation and space. Not much else unfortunately.",
"icon" = 'icons/obj/clothing/hats.dmi',
"icon_state" = "cespace_helmet",
"mob_overlay_icon" = null,
"anthro_mob_worn_overlay" = null
),
"Hazard" = list(
"name" = "Hazard helmet",
"name" = "Hazard Helmet",
"desc" = "The helmet that completes the hazard suit, stop looking at this and bring the company profits.",
"icon" = 'modular_sand/icons/obj/clothing/hats.dmi',
"icon_state" = "lethalhelmet",
Expand All @@ -27,7 +27,7 @@
/obj/item/clothing/suit/space/rad
unique_reskin = list(
"Default" = list(
"name" = "radiation voidsuit",
"name" = "Radiation Voidsuit",
"desc" = "A special suit that protects against radiation and space. Not much else unfortunately.",
"icon" = 'icons/obj/clothing/suits.dmi',
"icon_state" = "hardsuit-rad",
Expand All @@ -36,13 +36,14 @@
"mutantrace_variation" = NONE
),
"Hazard" = list(
"name" = "Hazard suit",
"name" = "Hazard Suit",
"desc" = "A suit fit for the company workers, radiation and space-proof, now get moving before you get fired for your laziness.",
"icon" = 'modular_sand/icons/obj/clothing/suits.dmi',
"icon_state" = "lethalsuit",
"mob_overlay_icon" = 'modular_sand/icons/mob/clothing/suit.dmi',
"anthro_mob_worn_overlay" = 'modular_sand/icons/mob/clothing/suit_digi.dmi',
"mutantrace_variation" = STYLE_DIGITIGRADE
"mutantrace_variation" = STYLE_DIGITIGRADE,
"tail_state" = "hev"
)
)

Expand Down

0 comments on commit 35ff920

Please sign in to comment.