SFA Returns (#14467)

This commit is contained in:
TheDanseMacabre
2022-07-23 18:32:13 +02:00
committed by GitHub
parent 4925c4b72c
commit edaf429ffa
8 changed files with 115 additions and 19 deletions
+18 -1
View File
@@ -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)
@@ -175,6 +175,7 @@
new /obj/item/storage/box/ssmd(src)
new /obj/item/storage/box/spg(src)
new /obj/item/storage/box/mrsp(src)
new /obj/item/storage/box/sfa(src)
/obj/structure/closet/crate/secure/gear_loadout/sol_single/fill()
new /obj/item/clothing/under/rank/sol/marine(src)
@@ -191,6 +192,7 @@
new /obj/item/storage/box/ssmd(src)
new /obj/item/storage/box/spg(src)
new /obj/item/storage/box/mrsp(src)
new /obj/item/storage/box/sfa(src)
/obj/structure/closet/crate/secure/gear_loadout/syndicate_softsuits
req_access = list()