From 156df2c64d218a89a0a12ad0885923fd8a47ea35 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Thu, 1 Apr 2021 00:20:57 -0700 Subject: [PATCH] egg --- code/modules/mining/shelter_atoms_vr.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mining/shelter_atoms_vr.dm b/code/modules/mining/shelter_atoms_vr.dm index 119c6509ac..9b15b95733 100644 --- a/code/modules/mining/shelter_atoms_vr.dm +++ b/code/modules/mining/shelter_atoms_vr.dm @@ -294,6 +294,7 @@ GLOBAL_LIST_EMPTY(unique_deployable) var/buildstacktype = /obj/item/stack/material/steel var/buildstackamount = 5 +/* /obj/structure/fans/proc/deconstruct() new buildstacktype(loc,buildstackamount) qdel(src) @@ -307,7 +308,7 @@ GLOBAL_LIST_EMPTY(unique_deployable) return TRUE return TRUE - +*/ /obj/structure/fans/tiny name = "tiny fan" desc = "A tiny fan, releasing a thin gust of air."