mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
VS edit merge
This commit is contained in:
@@ -15,11 +15,7 @@
|
|||||||
var/quick_create_object_html = null
|
var/quick_create_object_html = null
|
||||||
var/pathtext = null
|
var/pathtext = null
|
||||||
|
|
||||||
<<<<<<< HEAD
|
pathtext = input("Select the path of the object you wish to create.", "Path", "/obj") as null|anything in list("/obj","/obj/structure","/obj/item","/obj/item/device","/obj/item/weapon","/obj/item/weapon/gun","/obj/item/weapon/reagent_containers","/obj/item/weapon/reagent_containers/food","/obj/item/clothing","/obj/machinery","/obj/mecha","/obj/item/mecha_parts/part","/obj/mecha_parts/mecha_equipement","/obj/item/weapon/storage/box/fluff") //VOREStation Edit - Added fluff boxes
|
||||||
pathtext = input("Select the path of the object you wish to create.", "Path", "/obj") as null|anything in list("/obj","/obj/structure","/obj/item","/obj/item/weapon","/obj/item/clothing","/obj/machinery","/obj/mecha","/obj/item/weapon/storage/box/fluff") //VOREStation Edit
|
|
||||||
=======
|
|
||||||
pathtext = input("Select the path of the object you wish to create.", "Path", "/obj") as null|anything in list("/obj","/obj/structure","/obj/item","/obj/item/device","/obj/item/weapon","/obj/item/weapon/gun","/obj/item/weapon/reagent_containers","/obj/item/weapon/reagent_containers/food","/obj/item/clothing","/obj/machinery","/obj/mecha","/obj/item/mecha_parts/part","/obj/mecha_parts/mecha_equipement")
|
|
||||||
>>>>>>> 32b5a4a... Merge pull request #5663 from lbnesquik/Kates-Admin-Tweak
|
|
||||||
if(!pathtext)
|
if(!pathtext)
|
||||||
return
|
return
|
||||||
var path = text2path(pathtext)
|
var path = text2path(pathtext)
|
||||||
@@ -30,4 +26,4 @@
|
|||||||
quick_create_object_html = file2text('html/create_object.html')
|
quick_create_object_html = file2text('html/create_object.html')
|
||||||
quick_create_object_html = replacetext(quick_create_object_html, "null /* object types */", "\"[objectjs]\"")
|
quick_create_object_html = replacetext(quick_create_object_html, "null /* object types */", "\"[objectjs]\"")
|
||||||
|
|
||||||
user << browse(replacetext(quick_create_object_html, "/* ref src */", "\ref[src]"), "window=quick_create_object;size=425x475")
|
user << browse(replacetext(quick_create_object_html, "/* ref src */", "\ref[src]"), "window=quick_create_object;size=425x475")
|
||||||
|
|||||||
Reference in New Issue
Block a user