From 78181c0f711997c232cea3a11da053a5d93da4f6 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 2 Jan 2024 17:51:30 -0500 Subject: [PATCH] fix(mss): fixed being able to put the mss power core on defense platforms --- Archaeo Jump Drive.mod | 2 +- Big Yards Forked.mod | 2 +- More Starbase Slots.mod | 2 +- More Starbase Slots/common/component_templates/mss_power.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Archaeo Jump Drive.mod b/Archaeo Jump Drive.mod index cf3481e..75ec1b4 100644 --- a/Archaeo Jump Drive.mod +++ b/Archaeo Jump Drive.mod @@ -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" diff --git a/Big Yards Forked.mod b/Big Yards Forked.mod index c3e9854..7aa800b 100644 --- a/Big Yards Forked.mod +++ b/Big Yards Forked.mod @@ -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" diff --git a/More Starbase Slots.mod b/More Starbase Slots.mod index 1b419b3..ffaf778 100644 --- a/More Starbase Slots.mod +++ b/More Starbase Slots.mod @@ -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" diff --git a/More Starbase Slots/common/component_templates/mss_power.txt b/More Starbase Slots/common/component_templates/mss_power.txt index 48868fe..4af02b6 100644 --- a/More Starbase Slots/common/component_templates/mss_power.txt +++ b/More Starbase Slots/common/component_templates/mss_power.txt @@ -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 } }