Krakatoa: Don't reduce flag radius (#1981)

The scenario doesn't have an expansion goal anymore, so I don't see why
we'd want to restrict the radius - especially when that doesn't work
properly.
install-platforms
Lukas Werling 2018-01-16 23:58:08 +01:00
parent 4db6300789
commit 04ee087e7d
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
// Reduced flag radius to make expansion goal and settling a little harder.
#appendto Library_Flag
public func Construction()
{
_inherited(...);
lib_flag.radius = 140;
return;
}