add cryptosleep

This commit is contained in:
gguake
2021-09-15 10:41:43 +09:00
parent 0552d3b3db
commit 35f2b9dee0
5 changed files with 7 additions and 3 deletions

View File

@@ -78,11 +78,11 @@
<!--==================================== 오토마톤 동면관 ====================================-->
<!--<ThingDef ParentName="BuildingBase">
<ThingDef ParentName="BuildingBase">
<defName>PN_CryptosleepCasket</defName>
<label>Automaton cryptosleep casket</label>
<description>A self-powered sarcophagus designed to keep a person in a state of suspended animation for many years.</description>
<thingClass>Building_CryptosleepCasket</thingClass>
<thingClass>AutomataRace.Building_AutomatonCryptosleepCasket</thingClass>
<drawerType>MapMeshAndRealTime</drawerType>
<graphicData>
<texPath>Things/Building/Ship/ShipCryptosleepCasket</texPath>
@@ -143,5 +143,5 @@
</inspectorTabs>
<terrainAffordanceNeeded>Medium</terrainAffordanceNeeded>
<constructionSkillPrerequisite>8</constructionSkillPrerequisite>
</ThingDef>-->
</ThingDef>
</Defs>