mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +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:
@@ -314,6 +314,34 @@
|
||||
/obj/item/clothing/suit/space/void/unathi_pirate/captain = /obj/item/clothing/suit/space/void/unathi_pirate/hiskyn/captain
|
||||
)
|
||||
|
||||
/obj/item/voidsuit_modkit/heph_unathi
|
||||
name = "\improper Hephaestus Industries voidsuit kit"
|
||||
desc = "A highly complicated device that allows you to convert a Hephaestus Caiman suit into its Unathi-fitted counterpart and vice versa. Practical!"
|
||||
desc_info = "This is an OOC item, don't let anyone see it! In order to convert a voidsuit simply click on voidsuit or helmet with this item. \
|
||||
The same process can be used to convert the voidsuit back into a regular voidsuit. Make sure not to have a helmet or tank in the suit \
|
||||
or else it will be deleted."
|
||||
w_class = ITEMSIZE_SMALL
|
||||
suit_options = list(
|
||||
/obj/item/clothing/head/helmet/space/void/hephaestus = /obj/item/clothing/head/helmet/space/void/hephaestus/unathi,
|
||||
/obj/item/clothing/suit/space/void/hephaestus = /obj/item/clothing/suit/space/void/hephaestus/unathi,
|
||||
/obj/item/clothing/head/helmet/space/void/hephaestus/unathi = /obj/item/clothing/head/helmet/space/void/hephaestus,
|
||||
/obj/item/clothing/suit/space/void/hephaestus/unathi = /obj/item/clothing/suit/space/void/hephaestus
|
||||
)
|
||||
|
||||
/obj/item/voidsuit_modkit/zeng_skrell
|
||||
name = "\improper Zeng-Hu Pharmaceuticals voidsuit kit"
|
||||
desc = "A highly complicated device that allows you to convert a Zeng-Hu Dragon suit into its Skrell-fitted counterpart and vice versa. Practical!"
|
||||
desc_info = "This is an OOC item, don't let anyone see it! In order to convert a voidsuit simply click on voidsuit or helmet with this item. \
|
||||
The same process can be used to convert the voidsuit back into a regular voidsuit. Make sure not to have a helmet or tank in the suit \
|
||||
or else it will be deleted."
|
||||
w_class = ITEMSIZE_SMALL
|
||||
suit_options = list(
|
||||
/obj/item/clothing/head/helmet/space/void/zenghu = /obj/item/clothing/head/helmet/space/void/zenghu/skrell,
|
||||
/obj/item/clothing/suit/space/void/zenghu = /obj/item/clothing/suit/space/void/zenghu/skrell,
|
||||
/obj/item/clothing/head/helmet/space/void/zenghu/skrell = /obj/item/clothing/head/helmet/space/void/zenghu,
|
||||
/obj/item/clothing/suit/space/void/zenghu/skrell = /obj/item/clothing/suit/space/void/zenghu
|
||||
)
|
||||
|
||||
/obj/item/storage/box/srf
|
||||
name = "srf modkit box"
|
||||
desc = "Contains modkits to convert Solarian voidsuits into a warlord variant."
|
||||
|
||||
@@ -283,6 +283,7 @@
|
||||
/obj/structure/closet/crate/gear_loadout/zenghu/fill()
|
||||
new /obj/item/clothing/head/helmet/space/void/zenghu(src)
|
||||
new /obj/item/clothing/suit/space/void/zenghu(src)
|
||||
new /obj/item/voidsuit_modkit/zeng_skrell(src)
|
||||
new /obj/item/tank/oxygen/red(src)
|
||||
new /obj/item/clothing/shoes/magboots(src)
|
||||
|
||||
@@ -291,6 +292,7 @@
|
||||
new /obj/item/clothing/suit/space/void/hephaestus(src)
|
||||
new /obj/item/tank/oxygen/red(src)
|
||||
new /obj/item/clothing/shoes/magboots(src)
|
||||
new /obj/item/voidsuit_modkit/heph_unathi(src)
|
||||
|
||||
/obj/structure/closet/crate/gear_loadout/einstein/fill()
|
||||
new /obj/item/clothing/head/helmet/space/void/einstein(src)
|
||||
|
||||
Reference in New Issue
Block a user