Skip to content

Commit

Permalink
Fixed bug with animation robotic assembler
Browse files Browse the repository at this point in the history
  • Loading branch information
skyarkhangel committed Nov 25, 2017
1 parent 449932a commit fc5a6e4
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2835,16 +2835,22 @@
<!-- ========================= Robotic assembler ==========================-->


<ThingDef ParentName="BenchBase">
<ThingDef Class="SK.ThingDef_AnimatedWorktable" ParentName="BenchBase">
<DefName>RobAssem</DefName>
<label>robotic assembler</label>
<ThingClass>SK.Building_AssemblerBench</ThingClass>
<ThingClass>SK.Building_AnimatedWorktable</ThingClass>
<Description>A machine that applies state of the art robotics to construct machine components too intricate for simple human hands. Requires 5000W power when active.</Description>
<graphicData>
<texPath>Things/Building/Production/RoboticAssembler/AssemblerBench</texPath>
<graphicClass>Graphic_Single</graphicClass>
<drawSize>(1,1)</drawSize>
</graphicData>

<FramePath>Things/Building/Production/RoboticAssembler/Assembler_anim</FramePath>
<AnimationType>revert</AnimationType>
<FrameCount>26</FrameCount>
<multispeed>5</multispeed>

<uiIconPath>Things/Building/Production/RoboticAssembler/AssemblerBench_ico</uiIconPath>
<stuffCategories>
<li>Metallic</li>
Expand Down

0 comments on commit fc5a6e4

Please sign in to comment.