quick create mechs (#12225)

This commit is contained in:
Sprok0
2016-10-16 16:27:21 -04:00
committed by clusterfack
parent 282775980e
commit d9adc6e3d0

View File

@@ -16,7 +16,7 @@
var/quick_create_object_html = null
var/pathtext = null
pathtext = input("Select the path of the object you wish to create.", "Path", "/obj") in list("/obj","/obj/structure","/obj/item","/obj/item/weapon","/obj/machinery")
pathtext = input("Select the path of the object you wish to create.", "Path", "/obj") in list("/obj","/obj/structure","/obj/item","/obj/item/weapon","/obj/machinery","/obj/mecha")
var path = text2path(pathtext)