From 1cae91ff059cf95993d5726bd3339acb4101fc6f Mon Sep 17 00:00:00 2001 From: "C.L" Date: Sat, 1 Oct 2022 23:30:11 -0400 Subject: [PATCH] forgot a / --- code/game/objects/items/blueprints_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/blueprints_vr.dm b/code/game/objects/items/blueprints_vr.dm index 28d577d989d..40686cb7b43 100644 --- a/code/game/objects/items/blueprints_vr.dm +++ b/code/game/objects/items/blueprints_vr.dm @@ -777,7 +777,7 @@ add_fingerprint(usr) return -proc/get_new_area_type(area/A) //1 = can build in. 0 = can not build in. +/proc/get_new_area_type(area/A) //1 = can build in. 0 = can not build in. if (!A) A = get_area(usr) if(A.outdoors) //ALWAYS able to build outdoors. This means if it's missed in BUILDABLE_AREA_TYPES it's fine.