From 37d36b9dd2dd58b0fdd9a101383c1245e1a68c07 Mon Sep 17 00:00:00 2001 From: Illiux Date: Thu, 22 Sep 2022 21:19:06 -0700 Subject: [PATCH] Add some latejoin spawns to Pillar (#11471) --- Resources/Maps/newpillar.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Resources/Maps/newpillar.yml b/Resources/Maps/newpillar.yml index 66d6b7e7c8..d5bd3defba 100644 --- a/Resources/Maps/newpillar.yml +++ b/Resources/Maps/newpillar.yml @@ -175041,4 +175041,28 @@ entities: - pos: -99.5,8.5 parent: 8 type: Transform +- uid: 21391 + type: SpawnPointLatejoin + components: + - pos: -58.5,31.5 + parent: 8 + type: Transform +- uid: 21392 + type: SpawnPointLatejoin + components: + - pos: -59.5,31.5 + parent: 8 + type: Transform +- uid: 21393 + type: SpawnPointLatejoin + components: + - pos: -60.5,31.5 + parent: 8 + type: Transform +- uid: 21394 + type: SpawnPointLatejoin + components: + - pos: -61.5,31.5 + parent: 8 + type: Transform ...