From 778544fe67a0428209ec3aecc9960e85e33ce622 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sat, 1 Feb 2020 09:55:47 +1000 Subject: [PATCH] Makes syndie beacon found in xenoarch use virgo-specific subtype --- code/modules/xenoarcheaology/artifacts/artifact_find.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/xenoarcheaology/artifacts/artifact_find.dm b/code/modules/xenoarcheaology/artifacts/artifact_find.dm index 7cead98237..dbfbe032e6 100644 --- a/code/modules/xenoarcheaology/artifacts/artifact_find.dm +++ b/code/modules/xenoarcheaology/artifacts/artifact_find.dm @@ -9,7 +9,7 @@ artifact_find_type = pick( 5;/obj/machinery/power/supermatter, 5;/obj/structure/constructshell, - 5;/obj/machinery/syndicate_beacon, + 5;/obj/machinery/syndicate_beacon/virgo, // VOREStation Edit: use virgo-specific subtype that doesn't create 'real' antags, 25;/obj/machinery/power/supermatter/shard, 50;/obj/structure/cult/pylon, 100;/obj/machinery/auto_cloner,