From b20d5c01ec4aaf6aae4b81ea55ded890d2e31c00 Mon Sep 17 00:00:00 2001 From: Mnemotechnican <69920617+Mnemotechnician@users.noreply.github.com> Date: Sun, 26 Jan 2025 18:44:42 +0300 Subject: [PATCH] Oops. Seems like #510 actually forgot to add Anomaly spawn points to the arena station, so the tests failing now. Commented the anomaly slots out. --- Resources/Prototypes/Maps/arena.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Maps/arena.yml b/Resources/Prototypes/Maps/arena.yml index 02ae58efc42..4b8f6b3ae8b 100644 --- a/Resources/Prototypes/Maps/arena.yml +++ b/Resources/Prototypes/Maps/arena.yml @@ -20,7 +20,7 @@ - Passenger #- Anomaly # Floofstation availableJobs: - Anomaly: [ 4, 4 ] # Floofstation + #Anomaly: [ 4, 4 ] # Floofstation # Nevermind, there are no spawnpoints for it right now. TODO: fix this. #civilian Passenger: [ -1, -1 ] Librarian: [ 1, 1 ]