mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
added color change upon changing a unit's player
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ namespace battleship{
|
||||
}
|
||||
|
||||
if(hackStatus >= 100){
|
||||
Game::getSingleton()->changeUnitPlayer(order.targets[0].unit, player);
|
||||
order.targets[0].unit->changePlayer(player);
|
||||
removeOrder(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user