Adds floortile camouflage equipment as hidden cargo crate (#81512)
@@ -319,3 +319,20 @@
|
||||
)
|
||||
crate_name = "materials market crate"
|
||||
crate_type = /obj/structure/closet/crate/cargo
|
||||
|
||||
/datum/supply_pack/imports/floortilecamo
|
||||
name = "Floor-tile Camouflage Uniform"
|
||||
desc = "Thank you for shopping from Camo-J's, our uniquely designed \
|
||||
floor-tile 'NT SCUM' styled camouflage fatigues is the ultimate \
|
||||
espionage uniform used by the very best. Providing the best \
|
||||
flexibility, with our latest Camo-tech threads. Perfect for \
|
||||
risky espionage hallway operations. Enjoy our product!"
|
||||
hidden = TRUE
|
||||
cost = CARGO_CRATE_VALUE * 6
|
||||
contains = list(/obj/item/clothing/under/syndicate/floortilecamo = 4,
|
||||
/obj/item/clothing/mask/floortilebalaclava = 4,
|
||||
/obj/item/clothing/gloves/combat/floortile = 4,
|
||||
/obj/item/clothing/shoes/jackboots/floortile = 4
|
||||
)
|
||||
crate_name = "floortile camouflauge crate"
|
||||
crate_type = /obj/structure/closet/crate/secure/weapon
|
||||
|
||||
@@ -24,3 +24,9 @@
|
||||
icon_state = "wizard"
|
||||
greyscale_colors = null
|
||||
inhand_icon_state = null
|
||||
|
||||
/obj/item/clothing/gloves/combat/floortile
|
||||
name = "floortile camouflage gloves"
|
||||
desc = "Is it just me or is there a pair of gloves on the floor?"
|
||||
icon_state = "ftc_gloves"
|
||||
inhand_icon_state = "greyscale_gloves"
|
||||
|
||||
@@ -12,6 +12,21 @@
|
||||
/obj/item/clothing/mask/balaclava/attack_self(mob/user)
|
||||
adjustmask(user)
|
||||
|
||||
/obj/item/clothing/mask/floortilebalaclava
|
||||
name = "floortile balaclava"
|
||||
desc = "The newest floortile camouflage balaclava used for hallway warfare. \
|
||||
The best breathability, flexibility and comfort. Designed by Camo-J's."
|
||||
icon_state = "floortile_balaclava"
|
||||
inhand_icon_state = "balaclava"
|
||||
flags_inv = HIDEFACE|HIDEHAIR|HIDEFACIALHAIR|HIDESNOUT
|
||||
visor_flags_inv = HIDEFACE|HIDEFACIALHAIR|HIDESNOUT
|
||||
alternate_worn_layer = LOW_FACEMASK_LAYER
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
actions_types = list(/datum/action/item_action/adjust)
|
||||
|
||||
/obj/item/clothing/mask/floortilebalaclava/attack_self(mob/user)
|
||||
adjustmask(user)
|
||||
|
||||
/obj/item/clothing/mask/luchador
|
||||
name = "Luchador Mask"
|
||||
desc = "Worn by robust fighters, flying high to defeat their foes!"
|
||||
|
||||
@@ -64,6 +64,12 @@
|
||||
/obj/item/clothing/shoes/jackboots/sec
|
||||
icon_state = "jackboots_sec"
|
||||
|
||||
/obj/item/clothing/shoes/jackboots/floortile
|
||||
name = "floortile camouflage jackboots"
|
||||
desc = "Is it just me or is there a pair of jackboots on the floor?"
|
||||
icon_state = "ftc_boots"
|
||||
inhand_icon_state = null
|
||||
|
||||
/obj/item/clothing/shoes/winterboots
|
||||
name = "winter boots"
|
||||
desc = "Boots lined with 'synthetic' animal fur."
|
||||
|
||||
@@ -111,6 +111,15 @@
|
||||
can_adjust = FALSE
|
||||
supports_variations_flags = NONE
|
||||
|
||||
/obj/item/clothing/under/syndicate/floortilecamo
|
||||
name = "floortile camouflage fatigues"
|
||||
desc = "The newest floortile camouflage fatigues used for hallway warfare. \
|
||||
The best breathability, flexibility and comfort. Designed by Camo-J's."
|
||||
icon_state = "camofloortile"
|
||||
inhand_icon_state = "gy_suit"
|
||||
can_adjust = FALSE
|
||||
supports_variations_flags = NONE
|
||||
|
||||
/obj/item/clothing/under/syndicate/soviet
|
||||
name = "Ratnik 5 tracksuit"
|
||||
desc = "Badly translated labels tell you to clean this in Vodka. Great for squatting in."
|
||||
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.8 KiB |