mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
Fixes loadout name, adds DAB outfit crate to cargo
For "recruitment" on-station.
This commit is contained in:
@@ -81,6 +81,24 @@
|
||||
/obj/item/gun/ballistic/shotgun/toy)
|
||||
crate_name = "foam force crate"
|
||||
|
||||
/datum/supply_pack/costumes_toys/neetcrate
|
||||
name = "D.A.B. Outfit Crate"
|
||||
desc = "When you want to recruit more \"troopers\" for useless activity. Enough for a whole squad of 6!"
|
||||
cost = 1000
|
||||
contains = list(/obj/item/clothing/suit/assu_suit,
|
||||
/obj/item/clothing/suit/assu_suit,
|
||||
/obj/item/clothing/suit/assu_suit,
|
||||
/obj/item/clothing/suit/assu_suit,
|
||||
/obj/item/clothing/suit/assu_suit,
|
||||
/obj/item/clothing/suit/assu_suit,
|
||||
/obj/item/clothing/head/assu_helmet,
|
||||
/obj/item/clothing/head/assu_helmet,
|
||||
/obj/item/clothing/head/assu_helmet,
|
||||
/obj/item/clothing/head/assu_helmet,
|
||||
/obj/item/clothing/head/assu_helmet,
|
||||
/obj/item/clothing/head/assu_helmet)
|
||||
crate_name = "dab outfit crate"
|
||||
|
||||
/datum/supply_pack/costumes_toys/foamforce/bonus
|
||||
name = "Foam Force Pistols Crate"
|
||||
desc = "Psst.. hey bud... remember those old foam force pistols that got discontinued for being too cool? Well I got two of those right here with your name on em. I'll even throw in a spare mag for each, waddya say?"
|
||||
|
||||
@@ -636,7 +636,7 @@
|
||||
|
||||
/obj/item/clothing/suit/assu_suit
|
||||
name = "DAB suit"
|
||||
desc = "A cheap replica of old SWAT armor. On its back, it is written: \"<i>Desperate Assistance Battle-force</i>\"."
|
||||
desc = "A cheap replica of old SWAT armor. On its back, it is written: \"<i>Desperate Assistance Battleforce</i>\"."
|
||||
icon_state = "assu_suit"
|
||||
item_state = "assu_suit"
|
||||
blood_overlay_type = "armor"
|
||||
|
||||
@@ -5,14 +5,14 @@
|
||||
restricted_roles = list("Assistant")
|
||||
|
||||
/datum/gear/neetsuit
|
||||
name = "ASSU suit"
|
||||
name = "D.A.B. suit"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/assu_suit
|
||||
restricted_roles = list("Assistant")
|
||||
cost = 2
|
||||
|
||||
/datum/gear/neethelm
|
||||
name = "ASSU helmet"
|
||||
name = "D.A.B. helmet"
|
||||
category = SLOT_HEAD
|
||||
path = /obj/item/clothing/head/assu_helmet
|
||||
restricted_roles = list("Assistant")
|
||||
|
||||
Reference in New Issue
Block a user