mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
Adds Xeno Corporate Voidsuit Sprites & Modkits (#17094)
* sprites * drip 2: frog version * Update code/game/objects/items/devices/modkit.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/game/objects/items/devices/modkit.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/game/objects/items/devices/modkit.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/game/objects/items/devices/modkit.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/spacesuits/void/misc.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Punctuation --------- Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
@@ -309,6 +309,18 @@
|
||||
desc_extended = "An easily recognized Zeng-Hu Pharmaceuticals biohazard control suit. It is relatively fragile but has very apparent radiation shielding. Most often seen in the hands of post-disaster cleanup teams and private military contractors."
|
||||
refittable = FALSE
|
||||
|
||||
/obj/item/clothing/head/helmet/space/void/zenghu/skrell
|
||||
name = "skrell dragon biohazard suit helmet"
|
||||
desc = "A remarkably lightweight Zeng-Hu Pharmaceuticals suit sporting excellent ambient radiation protection. This one appears to be fitted for a Skrell wearer."
|
||||
species_restricted = list(BODYTYPE_SKRELL)
|
||||
icon_state = "dragonhelm_skrell"
|
||||
item_state = "dragonhelm_skrell"
|
||||
|
||||
/obj/item/clothing/suit/space/void/zenghu/skrell
|
||||
name = "skrell dragon biohazard control suit"
|
||||
desc = "A remarkably lightweight Zeng-Hu Pharmaceuticals suit sporting excellent ambient radiation protection. This one appears to be fitted for a Skrell wearer."
|
||||
species_restricted = list(BODYTYPE_SKRELL)
|
||||
|
||||
//Hephaestus Industries espionage voidsuit
|
||||
/obj/item/clothing/head/helmet/space/void/hephaestus
|
||||
name = "caiman drop suit helmet"
|
||||
@@ -359,6 +371,20 @@
|
||||
desc_extended = "An easily recognized Hephaestus terraforming suit. Used often on jungle worlds to handle local wildlife and safely deforest areas in hostile environments. It found recent popularity due to its combat effectiveness that resulted in its proliferation in the hands of Hephaestus private military."
|
||||
refittable = FALSE
|
||||
|
||||
/obj/item/clothing/head/helmet/space/void/hephaestus/unathi
|
||||
name = "unathi caiman drop suit helmet"
|
||||
desc = "A massively heavy helmet, part of a larger terraforming suit assembly. This one looks to have been refitted for an Unathi wearer."
|
||||
species_restricted = list(BODYTYPE_UNATHI)
|
||||
icon_state = "caimanhelm_unathi"
|
||||
item_state = "caimanhelm_unathi"
|
||||
|
||||
/obj/item/clothing/suit/space/void/hephaestus/unathi
|
||||
name = "caiman drop suit"
|
||||
desc = "A superheavy Hephaestus-designed terraforming suit, iconic for its usage in orbital drops onto hostile jungle worlds. This one looks to have been refitted for an Unathi wearer."
|
||||
species_restricted = list(BODYTYPE_UNATHI)
|
||||
icon_state = "caiman_unathi"
|
||||
item_state = "caiman_unathi"
|
||||
|
||||
//Zavodskoi Interstellar espionage voidsuit
|
||||
/obj/item/clothing/head/helmet/space/void/zavodskoi
|
||||
name = "revenant suit helmet"
|
||||
|
||||
Reference in New Issue
Block a user