Adjust case of shuttle parts (#12062)
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
ent-BaseThruster = Thruster
|
||||
ent-BaseThruster = thruster
|
||||
.desc = A thruster that allows a shuttle to move.
|
||||
|
||||
ent-Thruster = { ent-BaseThruster }
|
||||
.desc = { ent-BaseThruster.desc }
|
||||
|
||||
ent-DebugThruster = Debug thruster
|
||||
ent-DebugThruster = debug thruster
|
||||
.desc = It goes nyooooooom. It doesn't need power nor space.
|
||||
|
||||
ent-Gyroscope = Gyroscope
|
||||
ent-Gyroscope = gyroscope
|
||||
.desc = Increases the shuttle's potential angular rotation.
|
||||
|
||||
ent-DebugGyroscope = Debug gyroscope
|
||||
ent-DebugGyroscope = debug gyroscope
|
||||
.desc = { ent-Gyroscope.desc }
|
||||
|
||||
Reference in New Issue
Block a user