From 49e8ba219ff2cb970e2abd284a5c419066c5afcd Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:29:26 +0100 Subject: [PATCH] small typo in earlier pr --- maps/tether/tether_areas.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maps/tether/tether_areas.dm b/maps/tether/tether_areas.dm index 0f5c2daea0..ff3ecd4e4a 100644 --- a/maps/tether/tether_areas.dm +++ b/maps/tether/tether_areas.dm @@ -994,7 +994,7 @@ soundproofed = TRUE limit_mob_size = FALSE block_suit_sensors = TRUE - block_tracking = = TRUE + block_tracking = TRUE /area/crew_quarters/sleep/maintDorm2 name = "\improper Construction Dorm 2" @@ -1003,7 +1003,7 @@ soundproofed = TRUE limit_mob_size = FALSE block_suit_sensors = TRUE - block_tracking = = TRUE + block_tracking = TRUE /area/crew_quarters/sleep/maintDorm3 name = "\improper Construction Dorm 3" @@ -1012,7 +1012,7 @@ soundproofed = TRUE limit_mob_size = FALSE block_suit_sensors = TRUE - block_tracking = = TRUE + block_tracking = TRUE /area/crew_quarters/sleep/maintDorm4 name = "\improper Construction Dorm 4"