mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Adds robotics bags. (#23433)
* I present: bags! wowie... * oops * this should fix pierre * changes * forgor
This commit is contained in:
@@ -213,6 +213,13 @@
|
||||
icon_state = "blueshieldpack"
|
||||
item_state = "blueshieldpack"
|
||||
|
||||
/obj/item/storage/backpack/robotics
|
||||
name = "robotics backpack"
|
||||
desc = "A specially designed backpack. It's fire resistant and smells vaguely of welding fuel."
|
||||
icon_state = "robopack"
|
||||
item_state = "robopack"
|
||||
resistance_flags = FIRE_PROOF
|
||||
|
||||
/*
|
||||
* Satchel Types
|
||||
*/
|
||||
@@ -336,6 +343,13 @@
|
||||
icon_state = "satchel-blueshield"
|
||||
item_state = "satchel-blueshield"
|
||||
|
||||
/obj/item/storage/backpack/satchel_robo
|
||||
name = "bioengineer satchel"
|
||||
desc = "A black satchel designed for holding repair equipment."
|
||||
icon_state = "satchel-robo"
|
||||
item_state = "satchel-robo"
|
||||
resistance_flags = FIRE_PROOF
|
||||
|
||||
/obj/item/storage/backpack/satchel_flat
|
||||
name = "smuggler's satchel"
|
||||
desc = "A very slim satchel that can easily fit into tight spaces."
|
||||
@@ -862,6 +876,12 @@
|
||||
icon_state = "duffel-blueshield"
|
||||
item_state = "duffel-blueshield"
|
||||
|
||||
/obj/item/storage/backpack/duffel/robotics
|
||||
name = "roboticist duffelbag"
|
||||
desc = "A duffelbag designed to hold tools."
|
||||
icon_state = "duffel-robo"
|
||||
item_state = "duffel-robo"
|
||||
|
||||
//ERT backpacks.
|
||||
/obj/item/storage/backpack/ert
|
||||
name = "emergency response team backpack"
|
||||
|
||||
@@ -26,12 +26,12 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/roboticist/populate_contents()
|
||||
new /obj/item/mod/core/standard(src)
|
||||
new /obj/item/storage/backpack(src)
|
||||
new /obj/item/storage/backpack(src)
|
||||
new /obj/item/storage/backpack/satchel_norm(src)
|
||||
new /obj/item/storage/backpack/satchel_norm(src)
|
||||
new /obj/item/storage/backpack/duffel(src)
|
||||
new /obj/item/storage/backpack/duffel(src)
|
||||
new /obj/item/storage/backpack/robotics(src)
|
||||
new /obj/item/storage/backpack/robotics(src)
|
||||
new /obj/item/storage/backpack/satchel_robo(src)
|
||||
new /obj/item/storage/backpack/satchel_robo(src)
|
||||
new /obj/item/storage/backpack/duffel/robotics(src)
|
||||
new /obj/item/storage/backpack/duffel/robotics(src)
|
||||
new /obj/item/clothing/suit/storage/labcoat/roboblack(src)
|
||||
new /obj/item/clothing/suit/storage/labcoat/robowhite(src)
|
||||
new /obj/item/radio/headset/headset_sci(src)
|
||||
|
||||
Reference in New Issue
Block a user