Tweak clouds
This commit is contained in:
+2
-5
@@ -4,14 +4,11 @@ import Dodge.Data.Cloud
|
||||
|
||||
clAlt :: Cloud -> Float
|
||||
clAlt cl = case _clType cl of
|
||||
SmokeCloud -> 30
|
||||
FlamerSmokeCloud -> 30
|
||||
FlamerSmokeCloud -> 90
|
||||
RocketCloud -> 30
|
||||
StoneDust -> 1
|
||||
DirtDust -> 1
|
||||
Dust _ -> 1
|
||||
CryoReleaseCloud -> 50
|
||||
GasCloud -> 20
|
||||
BloodCloud -> 1
|
||||
|
||||
--clRad :: Cloud -> Float
|
||||
--clRad cl = case _clType cl of
|
||||
|
||||
Reference in New Issue
Block a user