mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Adds missing duffelbags for some jobs and update their respective vendors and closets. (#56505)
add: Added duffelbags for Science, Botany, Virology, Genetics, Mining and Chemistry.
This commit is contained in:
@@ -424,6 +424,44 @@
|
||||
name = "surgical duffel bag"
|
||||
desc = "A large duffel bag for holding extra medical supplies - this one seems to be designed for holding surgical tools."
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/explorer
|
||||
name = "explorator's duffel bag"
|
||||
desc = "A large duffel bag for holding extra exotic treasures."
|
||||
icon_state = "duffel-explorer"
|
||||
inhand_icon_state = "duffel-explorer"
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/hydroponics
|
||||
name = "hydroponic's duffel bag"
|
||||
desc = "A large duffel bag for holding extra gardening tools."
|
||||
icon_state = "duffel-hydroponics"
|
||||
inhand_icon_state = "duffel-hydroponics"
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/chemistry
|
||||
name = "chemistry duffel bag"
|
||||
desc = "A large duffel bag for holding extra chemical substances."
|
||||
icon_state = "duffel-chemistry"
|
||||
inhand_icon_state = "duffel-chemistry"
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/genetics
|
||||
name = "geneticist's duffel bag"
|
||||
desc = "A large duffel bag for holding extra genetic mutations."
|
||||
icon_state = "duffel-genetics"
|
||||
inhand_icon_state = "duffel-genetics"
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/toxins
|
||||
name = "scientist's duffel bag"
|
||||
desc = "A large duffel bag for holding extra scientific components."
|
||||
icon_state = "duffel-toxins"
|
||||
inhand_icon_state = "duffel-toxins"
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/virology
|
||||
name = "virologist's duffel bag"
|
||||
desc = "A large duffel bag for holding extra viral bottles."
|
||||
icon_state = "duffel-virology"
|
||||
inhand_icon_state = "duffel-virology"
|
||||
|
||||
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/med/surgery/PopulateContents()
|
||||
new /obj/item/scalpel(src)
|
||||
new /obj/item/hemostat(src)
|
||||
|
||||
@@ -232,6 +232,7 @@
|
||||
/obj/item/clothing/suit/toggle/labcoat/chemist = 2,
|
||||
/obj/item/storage/backpack/chemistry = 2,
|
||||
/obj/item/storage/backpack/satchel/chem = 2,
|
||||
/obj/item/storage/backpack/duffelbag/chemistry = 2,
|
||||
/obj/item/storage/bag/chemistry = 2)
|
||||
generate_items_inside(items_inside,src)
|
||||
return
|
||||
@@ -247,7 +248,8 @@
|
||||
/obj/item/clothing/shoes/sneakers/white = 2,
|
||||
/obj/item/clothing/suit/toggle/labcoat/genetics = 2,
|
||||
/obj/item/storage/backpack/genetics = 2,
|
||||
/obj/item/storage/backpack/satchel/gen = 2)
|
||||
/obj/item/storage/backpack/satchel/gen = 2,
|
||||
/obj/item/storage/backpack/duffelbag/genetics = 2)
|
||||
generate_items_inside(items_inside,src)
|
||||
return
|
||||
|
||||
@@ -263,7 +265,8 @@
|
||||
/obj/item/clothing/suit/toggle/labcoat/virologist = 2,
|
||||
/obj/item/clothing/mask/surgical = 2,
|
||||
/obj/item/storage/backpack/virology = 2,
|
||||
/obj/item/storage/backpack/satchel/vir = 2)
|
||||
/obj/item/storage/backpack/satchel/vir = 2,
|
||||
/obj/item/storage/backpack/duffelbag/virology = 2,)
|
||||
generate_items_inside(items_inside,src)
|
||||
return
|
||||
|
||||
@@ -276,6 +279,7 @@
|
||||
/obj/item/clothing/accessory/pocketprotector = 1,
|
||||
/obj/item/storage/backpack/science = 2,
|
||||
/obj/item/storage/backpack/satchel/tox = 2,
|
||||
/obj/item/storage/backpack/duffelbag/toxins = 2,
|
||||
/obj/item/clothing/suit/hooded/wintercoat/science = 1,
|
||||
/obj/item/clothing/under/rank/rnd/scientist = 3,
|
||||
/obj/item/clothing/suit/toggle/labcoat/science = 3,
|
||||
@@ -293,6 +297,7 @@
|
||||
var/static/items_inside = list(
|
||||
/obj/item/storage/backpack/botany = 2,
|
||||
/obj/item/storage/backpack/satchel/hyd = 2,
|
||||
/obj/item/storage/backpack/duffelbag/hydroponics = 2,
|
||||
/obj/item/clothing/suit/hooded/wintercoat/hydro = 1,
|
||||
/obj/item/clothing/suit/apron = 2,
|
||||
/obj/item/clothing/suit/apron/overalls = 2,
|
||||
|
||||
Reference in New Issue
Block a user