Further tweak bullet modules
This commit is contained in:
@@ -13,3 +13,10 @@ displayBulletPayload ebt = case ebt of
|
||||
IncBall -> "INCENDIARY"
|
||||
TeslaBall -> "STATIC"
|
||||
ConcBall -> "CONCUSSIVE"
|
||||
|
||||
displayBulletTraj :: BulletTrajectoryType -> String
|
||||
displayBulletTraj x = case x of
|
||||
BasicBulletTrajectoryType-> "BTRAJ-shouldn't display"
|
||||
BezierTrajectoryType -> "MAGNET"
|
||||
FlechetteTrajectoryType -> "FLECHETTE"
|
||||
MagnetTrajectoryType -> "BEZIER CURVE"
|
||||
|
||||
Reference in New Issue
Block a user