Fixed spies stealing multiple tech steals in one turn

This commit is contained in:
yairm210 2024-10-10 22:58:00 +03:00
parent feae93b799
commit 3ff7b935b6

View File

@ -158,7 +158,6 @@ class Spy private constructor() : IsPartOfGameInfoSerialization {
private fun startStealingTech() {
progressTowardsStealingTech = 0
setAction(SpyAction.StealingTech)
endTurn()
}
/**