# HG changeset patch # User mikade # Date 1315527111 -7200 # Node ID 70208e400a594299806abffbe66a19723cd932c4 # Parent d9b50fef5164d94ac812ab42a4101e5b9d0e749d For now, don't spawn anything other than health crates. diff -r d9b50fef5164 -r 70208e400a59 share/hedgewars/Data/Scripts/Multiplayer/The_Specialists.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/The_Specialists.lua Fri Sep 09 01:25:21 2011 +0200 +++ b/share/hedgewars/Data/Scripts/Multiplayer/The_Specialists.lua Fri Sep 09 02:11:51 2011 +0200 @@ -1,5 +1,5 @@ ---------------------------------- --- THE SPECIALISTS MODE 0.5 +-- THE SPECIALISTS MODE 0.6 -- by mikade ---------------------------------- @@ -35,6 +35,11 @@ -- provision for variable minetimer / demo mines set to 5000ms -- don't autoswitch if player only has 1 hog on his team +---------------- +-- version 0.6 +---------------- +-- for the meanwhile, don't drop any crates except health crates + -------------------- --TO DO -------------------- @@ -214,6 +219,7 @@ function onGameInit() GameFlags = gfRandomOrder + gfResetWeps + gfInfAttack + gfPlaceHog Delay = 10 + HealthCaseProb = 100 end function onGameStart()