gameServer/Consts.hs
author nemo
Sat, 16 Jul 2011 13:01:11 -0400
changeset 5415 94e26612e2ec
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Adjust "sticky" fire (molotov) so it makes better fire pits, by making the kicks more regular, yet of random left/right. Tweak napalm slightly along same lines. Probably needs more balancing.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"