Adds botany stuff to IgnoredComponents.cs and fixes Science locker ID. (#2400)
This commit is contained in:
@@ -182,7 +182,15 @@
|
|||||||
"GasCanisterPort",
|
"GasCanisterPort",
|
||||||
"Lung",
|
"Lung",
|
||||||
"Cleanable",
|
"Cleanable",
|
||||||
"Brain"
|
"Brain",
|
||||||
|
"PlantHolder",
|
||||||
|
"SeedExtractor",
|
||||||
|
"Produce",
|
||||||
|
"Log",
|
||||||
|
"Hoe",
|
||||||
|
"Seed",
|
||||||
|
"BotanySharp",
|
||||||
|
"PlantSampleTaker"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
access: [ [ "ResearchDirector" ] ]
|
access: [ [ "ResearchDirector" ] ]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerResearchDirector
|
id: LockerScientist
|
||||||
parent: LockerSecureBase
|
parent: LockerSecureBase
|
||||||
name: "scientist's locker"
|
name: "scientist's locker"
|
||||||
components:
|
components:
|
||||||
|
|||||||
Reference in New Issue
Block a user