From 12e92ccab19bcac3c4bd0ef94e7f396a3e56ce85 Mon Sep 17 00:00:00 2001 From: stephen001 Date: Mon, 7 Apr 2008 23:26:53 +0000 Subject: [PATCH] Fixed bug #1937139. --- main-src/Code/h_sandbox.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main-src/Code/h_sandbox.dm b/main-src/Code/h_sandbox.dm index e70f585..6ed6d12 100644 --- a/main-src/Code/h_sandbox.dm +++ b/main-src/Code/h_sandbox.dm @@ -91,7 +91,7 @@ datum/hSB hsb.amount = 50 hsb.loc = usr.loc if("hsbglass") - var/obj/item/weapon/sheet/hsb = new/obj/item/weapon/sheet/metal + var/obj/item/weapon/sheet/hsb = new/obj/item/weapon/sheet/glass hsb.amount = 50 hsb.loc = usr.loc if("hsbairlock") @@ -137,4 +137,4 @@ datum/hSB var/list/hsbitems = typesof(/obj/) var/hsbitem = input(usr, "Choose an object to spawn.", "Sandbox:") in hsbitems + "Cancel" if(!(hsbitem == "Cancel")) - new hsbitem(usr.loc) \ No newline at end of file + new hsbitem(usr.loc)