mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-22 10:54:19 -04:00
unit triggers also activate civ triggers
This commit is contained in:
parent
090c421f9b
commit
8c9877365d
@ -624,7 +624,7 @@ object UniqueTriggerActivation {
|
||||
unit.civ.addNotification(notification, unit.getTile().position, NotificationCategory.Units, unit.name)
|
||||
return true
|
||||
}
|
||||
else -> return false
|
||||
else -> return triggerCivwideUnique(unique, civInfo = unit.civ, tile=unit.currentTile)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user