From e1262687d2f1553aa74916a0da1aca0822d26c26 Mon Sep 17 00:00:00 2001 From: Theos Date: Tue, 12 Apr 2022 22:31:33 -0400 Subject: [PATCH] fixes a bug that allows wizards to get into centcomm --- code/game/objects/items/blueprints.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/blueprints.dm b/code/game/objects/items/blueprints.dm index 601f33f61f4c..dc52a43ea399 100644 --- a/code/game/objects/items/blueprints.dm +++ b/code/game/objects/items/blueprints.dm @@ -21,6 +21,7 @@ . += "

According to the [src.name], you are now in an unclaimed territory.

" if(AREA_SPECIAL) . += "

This place is not noted on the [src.name].

" + return . . += "

Create or modify an existing area

"