gameServer/EngineInteraction.hs
changeset 8496 a06b1598c3a2
parent 8485 7cae79214537
child 8499 da5394a3eb0e
--- a/gameServer/EngineInteraction.hs	Sun Feb 10 22:58:16 2013 +0400
+++ b/gameServer/EngineInteraction.hs	Mon Feb 11 00:14:05 2013 +0400
@@ -90,7 +90,7 @@
         initHealth = scheme !! 27
         teamSetup :: TeamInfo -> [B.ByteString]
         teamSetup t = 
-                eml ["eaddteam ", teamcolor t, " ", teamowner t, " <hash>"]
+                eml ["eaddteam 20", teamcolor t, " ", teamowner t, " <hash>"]
                 : em "erdriven"
                 : eml ["efort ", teamfort t]
                 : replicate (hhnum t) (eml ["eaddhh 0 ", initHealth, " hedgehog"])