From 3b69610dcae8022ddd19a90e713cc42c426f6c93 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 4 Nov 2017 16:08:00 -0200 Subject: [PATCH] Merge pull request #32390 from ShizCalev/pubby-locker-fix Fixes wrong locker IDs in pubby security cells --- _maps/map_files/PubbyStation/PubbyStation.dmm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_maps/map_files/PubbyStation/PubbyStation.dmm b/_maps/map_files/PubbyStation/PubbyStation.dmm index c93c6e5300..96f40187c7 100644 --- a/_maps/map_files/PubbyStation/PubbyStation.dmm +++ b/_maps/map_files/PubbyStation/PubbyStation.dmm @@ -8240,8 +8240,8 @@ /area/security/brig) "avu" = ( /obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" + id = "Cell 1"; + name = "Cell 1 Locker" }, /turf/open/floor/plasteel/blue/side, /area/security/brig) @@ -8259,8 +8259,8 @@ /area/security/brig) "avx" = ( /obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" + id = "Cell 2"; + name = "Cell 2 Locker" }, /turf/open/floor/plasteel/green/side, /area/security/brig)