fix(mss): fixed being able to put the mss power core on defense platforms

This commit is contained in:
Seaswimmer 2024-01-02 17:51:30 -05:00
parent f6a83372c5
commit 78181c0f71
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
4 changed files with 4 additions and 4 deletions

View file

@ -4,4 +4,4 @@ tags={
}
name="Archaeo Jump Drive"
supported_version="3.10.4"
path="C:/Users/seasw/Documents/Paradox Interactive/Stellaris/mod/Archaeo Jump Drive"
path="E:/Users/seasw/Documents/Paradox Interactive/Stellaris/mod/Archaeo Jump Drive"

View file

@ -4,4 +4,4 @@ tags={
}
name="Big Yards Forked"
supported_version="3.10.4"
path="C:/Users/seasw/Documents/Paradox Interactive/Stellaris/mod/Big Yards Forked"
path="E:/Users/seasw/Documents/Paradox Interactive/Stellaris/mod/Big Yards Forked"

View file

@ -5,4 +5,4 @@ tags={
}
name="More Starbase Slots"
supported_version="3.10.4"
path="C:/Users/seasw/Documents/Paradox Interactive/Stellaris/mod/More Starbase Slots"
path="E:/Users/seasw/Documents/Paradox Interactive/Stellaris/mod/More Starbase Slots"

View file

@ -8,6 +8,6 @@ utility_component_template = {
icon_frame = 1
power = @upc
component_set = "power_core"
class_restriction = { shipclass_starbase shipclass_military_station }
class_restriction = { shipclass_starbase }
ai_weight = { weight = @upc }
}