mirror of
https://github.com/cybergirlvannie/OpenSS13.git
synced 2026-07-10 07:13:14 +01:00
Fixed bug #1937139.
This commit is contained in:
@@ -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)
|
||||
new hsbitem(usr.loc)
|
||||
|
||||
Reference in New Issue
Block a user