mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
SFA Returns (#14467)
This commit is contained in:
@@ -234,6 +234,18 @@
|
||||
/obj/item/clothing/suit/space/void/sol = /obj/item/clothing/suit/space/void/sol/mrsp
|
||||
)
|
||||
|
||||
/obj/item/voidsuit_modkit/sfa
|
||||
name = "sfa voidsuit kit"
|
||||
desc = "A highly complicated device that allows you to convert a Solarian voidsuit into a warlord variant. Wow!"
|
||||
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/sol = /obj/item/clothing/head/helmet/space/void/sol/sfa,
|
||||
/obj/item/clothing/suit/space/void/sol = /obj/item/clothing/suit/space/void/sol/sfa
|
||||
)
|
||||
|
||||
/obj/item/storage/box/srf
|
||||
name = "srf modkit box"
|
||||
desc = "Contains modkits to convert Solarian voidsuits into a warlord variant."
|
||||
@@ -262,4 +274,9 @@
|
||||
/obj/item/storage/box/mrsp
|
||||
name = "mrsp modkit box"
|
||||
desc = "Contains modkits to convert Solarian voidsuits into a warlord variant."
|
||||
starts_with = list(/obj/item/voidsuit_modkit/mrsp = 4)
|
||||
starts_with = list(/obj/item/voidsuit_modkit/mrsp = 4)
|
||||
|
||||
/obj/item/storage/box/sfa
|
||||
name = "sfa modkit box"
|
||||
desc = "Contains modkits to convert Solarian voidsuits into a warlord variant."
|
||||
starts_with = list(/obj/item/voidsuit_modkit/sfa = 4)
|
||||
Reference in New Issue
Block a user