Stun turret turn with electrical damage

This commit is contained in:
2021-11-05 01:41:57 +00:00
parent 92026bf06a
commit 5cbfa6f1ff
24 changed files with 58 additions and 99 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ withVelWthHiteff
:: Point2 -- ^ Velocity, x direction is forward with respect to the creature
-> Float -- ^ Bullet width
-> HitEffect -- ^ Bullet effect when hitting creature, wall etc
-> Creature -- ^ Creature id
-> Creature
-> World
-> World
withVelWthHiteff vel width hiteff cr = over particles (newbul : )
+1 -1
View File
@@ -2,12 +2,12 @@ module Dodge.Item.Weapon.BatteryGuns
( lasGun
, teslaGun
, tractorGun
, makeLaserAt
)
where
import Dodge.Data
import Dodge.Particle.TeslaArc
import Dodge.SoundLogic.LoadSound
import Dodge.Data.DamageType
import Dodge.WorldEvent
import Dodge.WorldEvent.Damage
import Dodge.Default