Tweak parameters on bezier gun, abstract out random accuracy direction

This commit is contained in:
2021-03-16 13:56:19 +01:00
parent ca5ff88522
commit 875679d25f
6 changed files with 69 additions and 87 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{-# LANGUAGE BangPatterns #-}
module Dodge.CreatureAction
( module Dodge.CreatureAction
, useItemContinuous
, useItem
, tryUseItem
)
where