Merge pull request #3805 from Citadel-Station-13/upstream-merge-32390

[MIRROR] Fixes wrong locker IDs in pubby security cells
This commit is contained in:
LetterJay
2017-11-04 22:53:09 -05:00
committed by GitHub
@@ -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)