mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
parent
aef931fc3a
commit
add26ab18e
@ -116,11 +116,11 @@ class ProcurementAi:
|
|||||||
budget -= RUNWAY_REPAIR_COST
|
budget -= RUNWAY_REPAIR_COST
|
||||||
if self.is_player:
|
if self.is_player:
|
||||||
self.game.message(
|
self.game.message(
|
||||||
"OPFOR has begun repairing the runway at " f"{control_point}"
|
"We have begun repairing the runway at " f"{control_point}"
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
self.game.message(
|
self.game.message(
|
||||||
"We have begun repairing the runway at " f"{control_point}"
|
"OPFOR has begun repairing the runway at " f"{control_point}"
|
||||||
)
|
)
|
||||||
return budget
|
return budget
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user