mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[MIRROR] Adds missing duffelbags for some jobs and update their respective vendors and closets. (#2967)
* Adds missing duffelbags for some jobs and update their respective vendors and closets. * Update roboticist.dm Co-authored-by: Tristrian <Tiago.A.C.9@hotmail.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Tristrian
Gandalf2k15
parent
52ca9be36b
commit
1a1d7be11a
@@ -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