Remove push damage types, push and torque done through dam effects

This commit is contained in:
2023-05-01 10:26:48 +01:00
parent 06608c60bf
commit d0534e6fa3
8 changed files with 8 additions and 32 deletions
-2
View File
@@ -20,8 +20,6 @@ data DamageType
| ELECTRICAL
| EXPLOSIVE
| CONCUSSIVE
| TORQUEDAM
| PUSHDAM
| POISONDAM
| ENTERREMENT
deriving (Eq, Ord, Show, Enum, Bounded, Read) --Generic, Flat)