From b8101ed6be4c163b8a97670338d3ae692ad76ee5 Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Thu, 26 Mar 2015 19:21:32 +0100 Subject: [PATCH] w_classes, NEED W_CLASSES, gaah. --- code/game/objects/items/blueprints.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/blueprints.dm b/code/game/objects/items/blueprints.dm index 2fc52a71ef2..fa111bef46b 100644 --- a/code/game/objects/items/blueprints.dm +++ b/code/game/objects/items/blueprints.dm @@ -51,7 +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) . = ..() @@ -76,6 +76,7 @@ icon = 'icons/obj/items.dmi' icon_state = "blueprints" fluffnotice = "Property of Nanotrasen. For heads of staff only. Store in high-secure storage." + w_class = 3 /obj/item/areaeditor/blueprints/attack_self(mob/user as mob)