mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Added extra items to RD garment bag (#22916)
* Added Extra Cloth * added SRC to beret Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> * Empty-Commit --------- Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
co-authored by
Burzah
S34N
parent
b31e548c25
commit
2f173c48c2
@@ -89,12 +89,16 @@
|
||||
desc = "A bag for storing extra clothes and shoes. This one belongs to the research director."
|
||||
|
||||
/obj/item/storage/bag/garment/research_director/populate_contents()
|
||||
new /obj/item/clothing/head/beret/sci(src)
|
||||
new /obj/item/clothing/under/rank/rnd/research_director(src)
|
||||
new /obj/item/clothing/suit/storage/labcoat/rd(src)
|
||||
new /obj/item/clothing/suit/mantle/labcoat(src)
|
||||
new /obj/item/clothing/suit/storage/labcoat(src)
|
||||
new /obj/item/clothing/shoes/white(src)
|
||||
new /obj/item/clothing/gloves/color/latex(src)
|
||||
new /obj/item/clothing/glasses/science(src)
|
||||
new /obj/item/clothing/glasses/welding/superior(src)
|
||||
new /obj/item/clothing/glasses/hud/diagnostic/sunglasses(src)
|
||||
|
||||
|
||||
/obj/item/storage/bag/garment/chief_medical_officer
|
||||
|
||||
@@ -60,7 +60,6 @@
|
||||
new /obj/item/reagent_containers/food/drinks/mug/rd(src)
|
||||
new /obj/item/organ/internal/cyberimp/eyes/hud/diagnostic(src)
|
||||
new /obj/item/clothing/accessory/medal/science(src)
|
||||
new /obj/item/clothing/glasses/welding/superior(src)
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/research_reagents
|
||||
|
||||
Reference in New Issue
Block a user