Remove instantBullets

This commit is contained in:
2024-12-24 12:50:00 +00:00
parent a28ec07ffb
commit 75958c1e2c
9 changed files with 25 additions and 23 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ debugSelectCreatureList cid u =
debugList :: (Functor f, ToJSON a) => String -> f a -> f [String]
debugList str = fmap (([str] ++) . getPrettyShort )
debugList str = fmap (([str] ++) . prettyShort )
clickGetCreature :: Universe -> DebugInfo