diff --git a/maps/away/ships/sol/sol_merc/fsf_patrol_ship.dm b/maps/away/ships/sol/sol_merc/fsf_patrol_ship.dm index 7ab9c8b9016..e38cbf1e456 100644 --- a/maps/away/ships/sol/sol_merc/fsf_patrol_ship.dm +++ b/maps/away/ships/sol/sol_merc/fsf_patrol_ship.dm @@ -6,7 +6,7 @@ suffix = "fsf_patrol_ship.dmm" sectors = list(SECTOR_ROMANOVICH, SECTOR_CORP_ZONE, SECTOR_VALLEY_HALE) - spawn_weight = 0 // The FSF no longer exists, verify with human lore before re-adding! + spawn_weight = 0 // The FSF no longer exists as a separate entity outside of the Alliance, verify with human lore before re-adding! ship_cost = 1 id = "fsf_patrol_ship" shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/fsf_shuttle)