Generators for FOBs and their defenses

This commit is contained in:
walterroach
2020-11-29 14:21:02 -06:00
parent 1f37b879b1
commit d7787adddc
3 changed files with 56 additions and 2 deletions

View File

@@ -632,6 +632,7 @@ class Fob(ControlPoint):
super().__init__(cp_id, name, at, at,
game.theater.conflicttheater.SIZE_SMALL, 1,
has_frontline=True, cptype=ControlPointType.FOB)
self.name = name
def runway_is_operational(self) -> bool:
return False