mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 15:47:04 +01:00
Update l3closet.dm
Added the Xenobiology Bag to the standard Level 3 Science locker, previously it was only in the double locker which some maps didn't have.
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/clothing/suit/bio_suit/scientist,
|
||||
/obj/item/clothing/head/bio_hood/scientist)
|
||||
/obj/item/clothing/head/bio_hood/scientist,
|
||||
/obj/item/weapon/storage/bag/xeno = 1)
|
||||
|
||||
/obj/structure/closet/l3closet/scientist/double
|
||||
starts_with = list(
|
||||
|
||||
Reference in New Issue
Block a user