[MIRROR] Fixed the floortile crate, adds them to blackmarket (#26710)

Fixed the floortile crate, adds them to blackmarket  (#81742)

https://github.com/tgstation/tgstation/pull/81512

i accidentally added it to the emagged console it should be on
contraband now.
also added a backpack to present it from interfering.
and its available in uplink

🆑
add: box with a set of floortile camo, which can be ordered in black
market uplink
add: also adds a backpack to camouflage
fix: i had the crate under emagged console, should be fixed now.
/🆑

---------

Co-authored-by: bigfatbananacyclops <angelwut@gmail.com>
Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-03-01 19:05:08 +01:00
committed by GitHub
co-authored by bigfatbananacyclops Ghom
parent 0ef49b4930
commit deac009edf
6 changed files with 45 additions and 7 deletions
@@ -193,6 +193,12 @@
icon_state = "backpack-virology"
inhand_icon_state = "viropack"
/obj/item/storage/backpack/floortile
name = "floortile backpack"
desc = "It's a backpack especially designed for use in floortiles..."
icon_state = "floortile_backpack"
inhand_icon_state = "backpack"
/obj/item/storage/backpack/ert
name = "emergency response team commander backpack"
desc = "A spacious backpack with lots of pockets, worn by the Commander of an Emergency Response Team."
@@ -196,3 +196,18 @@
new /obj/item/clothing/suit/hooded/chaplain_hoodie/divine_archer(src)
new /obj/item/clothing/gloves/divine_archer(src)
new /obj/item/clothing/shoes/divine_archer(src)
/obj/item/storage/box/floor_camo
name = "floor tile camo box"
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!"
/obj/item/storage/box/floor_camo/PopulateContents()
new /obj/item/clothing/under/syndicate/floortilecamo(src)
new /obj/item/clothing/mask/floortilebalaclava(src)
new /obj/item/clothing/gloves/combat/floortile(src)
new /obj/item/clothing/shoes/jackboots/floortile(src)
new /obj/item/storage/backpack/floortile(src)