You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/com/unciv/models/ruleset/unique/UniqueType.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -610,7 +610,7 @@ enum class UniqueType(
610
610
"The current stockpiled amount can be affected with trigger uniques."),
611
611
CityResource("City-level resource", UniqueTarget.Resource, docDescription ="This resource is calculated on a per-city level rather than a per-civ level"),
612
612
CannotBeTraded("Cannot be traded", UniqueTarget.Resource),
613
-
NotShownOnWorldScreen("Not shown on world screen", UniqueTarget.Resource, flags =UniqueFlag.setOfHiddenToUsers),
613
+
NotShownOnWorldScreen("Not shown on world screen", UniqueTarget.Resource, UniqueTarget.Promotion, flags =UniqueFlag.setOfHiddenToUsers),
614
614
615
615
ResourceWeighting("Generated with weight [amount]", UniqueTarget.Resource, flags =UniqueFlag.setOfHiddenToUsers,
616
616
docDescription ="The probability for this resource to be chosen is (this resource weight) / (sum weight of all eligible resources). "+
0 commit comments