Skip to content

Commit

Permalink
Update comments in t3 fab file
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 committed Apr 24, 2024
1 parent a8fb75e commit 02d88c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions units/XSB1303/XSB1303_script.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--****************************************************************************
--**
--** File : /cdimage/units/UAB1303/UAB1303_script.lua
--** File : /units/XSB1303/XSB1303_script.lua
--** Author(s): Jessica St. Croix, David Tomandl, John Comes
--**
--** Summary : Aeon T3 Mass Fabricator
--** Summary : Seraphim T3 Mass Fabricator
--**
--** Copyright © 2005 Gas Powered Games, Inc. All rights reserved.
--****************************************************************************
Expand All @@ -15,6 +15,7 @@ XSB1303 = ClassUnit(SMassFabricationUnit) {

OnStopBeingBuilt = function(self, builder, layer)
SMassFabricationUnit.OnStopBeingBuilt(self, builder, layer)
-- 1: Bottom, 2: Middle, 3: Top
self.RingManip1 = CreateRotator(self, 'Blades01', '-y', nil, 0, 15, 30)
self.Trash:Add(self.RingManip1)
self.RingManip2 = CreateRotator(self, 'Blades02', 'y', nil, 0, 15, 45)
Expand Down

0 comments on commit 02d88c5

Please sign in to comment.