From 0f14a34a8cbd51f8500cb199c85b8cfa229a78a1 Mon Sep 17 00:00:00 2001 From: EgorDinamit Date: Mon, 12 Feb 2024 09:03:31 +0300 Subject: [PATCH] Fixes wrong typepath --- .../trading_station_types/0_always_spawn/terra.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/trading_stations/trading_station_types/0_always_spawn/terra.dm b/code/modules/trading_stations/trading_station_types/0_always_spawn/terra.dm index 73d7a271c0..4e528d07b3 100644 --- a/code/modules/trading_stations/trading_station_types/0_always_spawn/terra.dm +++ b/code/modules/trading_stations/trading_station_types/0_always_spawn/terra.dm @@ -1,4 +1,4 @@ -/datum/trading_station/weapons_terra +/datum/trading_station/terra name_pool = list( "TTB \"Invictus\"" = "Terran Trade Beacon \"Invictus\": Marine Corps equipment, sold exclusively to TerraGov associates.", )