From 461ea87bdc017ff79c4385e09947d137d7899a03 Mon Sep 17 00:00:00 2001 From: Jordie0608 Date: Wed, 25 Mar 2015 16:52:09 +1100 Subject: [PATCH] construction permit's w_class to 1 --- 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 a7df044de11..0c5002a60f5 100644 --- a/code/game/objects/items/blueprints.dm +++ b/code/game/objects/items/blueprints.dm @@ -51,6 +51,7 @@ desc = "This is a one-use permit that allows the user to offically declare a built room as new addition to the station." fluffnotice = "Nanotrasen Engineering requires all on-station construction projects to be approved by a head of staff, as detailed in Nanotrasen Company Regulation 512-C (Mid-Shift Modifications to Company Property). \ By submitting this form, you accept any fines, fees, or personal injury/death that may occur during construction." + w_class = 1 /obj/item/areaeditor/permit/attack_self(mob/user as mob)