Adjust case of shuttle parts (#12062)

This commit is contained in:
Kevin Zheng
2022-10-20 05:35:39 -07:00
committed by GitHub
parent 4b71cc1dc5
commit 8b18df660a

View File

@@ -1,14 +1,14 @@
ent-BaseThruster = Thruster ent-BaseThruster = thruster
.desc = A thruster that allows a shuttle to move. .desc = A thruster that allows a shuttle to move.
ent-Thruster = { ent-BaseThruster } ent-Thruster = { ent-BaseThruster }
.desc = { ent-BaseThruster.desc } .desc = { ent-BaseThruster.desc }
ent-DebugThruster = Debug thruster ent-DebugThruster = debug thruster
.desc = It goes nyooooooom. It doesn't need power nor space. .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. .desc = Increases the shuttle's potential angular rotation.
ent-DebugGyroscope = Debug gyroscope ent-DebugGyroscope = debug gyroscope
.desc = { ent-Gyroscope.desc } .desc = { ent-Gyroscope.desc }