From 5575ed4455b515911619b08b851bdab8f87983ab Mon Sep 17 00:00:00 2001 From: drmaynard1 Date: Tue, 21 May 2024 10:26:29 +1000 Subject: [PATCH] Added EZ Tesla Gates to spawn again uncommented the line preventing Tesla Gates from spawning in the Entrance Zone just like they do in SCP:CB. --- Data/rooms.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Data/rooms.ini b/Data/rooms.ini index 99747e8..5f82e03 100644 --- a/Data/rooms.ini +++ b/Data/rooms.ini @@ -660,12 +660,12 @@ shape = 2 commonness = 30 zone1=EZ -;[room2_tesla_ez] -;descr=Hallway with a tesla gate. EZ variant. -;mesh=room2tesla_opt.rmesh -;shape = 2 -;commonness = 30 -;zone1=EZ +[room2_tesla_ez] +descr=Hallway with a tesla gate. EZ variant. +mesh=room2tesla_opt.rmesh +shape = 2 +commonness = 30 +zone1=EZ [room3_servers_1] descr=A maze of re-arranced servers, where SCP-173 spawns. @@ -871,4 +871,4 @@ autospawn = true descr=TestMap mesh=test_map_opt.rmesh shape = 1 -autospawn = true \ No newline at end of file +autospawn = true