스크립트 트리거
owner_owns_no_copies_of_building
정의in_game/common/scripted_triggers/building_triggers.txt:60
61custom_tooltip = {
62text = owner_owns_no_copies_of_building_tt 소유국이 이 건물이 있는 다른 지점을 소유하고 있지 않음
63owner = {
64not = {
65any_owned_location = {
66has_building = building_type:$type$
}
}
}
}