Bug fixes, update quick create object

This commit is contained in:
Markolie
2015-03-02 21:20:12 +01:00
parent 2d152cb82d
commit 82b96d305f
5 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -15,7 +15,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/item/clothing","/obj/machinery","/obj/mecha")
var path = text2path(pathtext)
+2 -1
View File
@@ -70,7 +70,8 @@
else if(A.a_right == src)
A.a_right = null
src.holder = null
..()
pulsed(var/radio = 0)
if(holder && (wires & WIRE_RECEIVE))
activate()