mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Larger job and preferences windows but still lesser than 764. More choices in "Quick Create Object" menu.
This commit is contained in:
@@ -15,8 +15,9 @@
|
|||||||
var/quick_create_object_html = null
|
var/quick_create_object_html = null
|
||||||
var/pathtext = 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") as null|anything in list("/obj","/obj/structure","/obj/item","/obj/item/weapon","/obj/item/clothing","/obj/machinery","/obj/mecha")
|
||||||
|
if(!pathtext)
|
||||||
|
return
|
||||||
var path = text2path(pathtext)
|
var path = text2path(pathtext)
|
||||||
|
|
||||||
if (!quick_create_object_html)
|
if (!quick_create_object_html)
|
||||||
|
|||||||
@@ -404,9 +404,9 @@ datum/preferences
|
|||||||
dat += "<a href='?_src_=prefs;preference=reset_all'>Reset Setup</a>"
|
dat += "<a href='?_src_=prefs;preference=reset_all'>Reset Setup</a>"
|
||||||
dat += "</center></body></html>"
|
dat += "</center></body></html>"
|
||||||
|
|
||||||
user << browse(dat, "window=preferences;size=560x580")
|
user << browse(dat, "window=preferences;size=560x720")
|
||||||
|
|
||||||
proc/SetChoices(mob/user, limit = 16, list/splitJobs = list("Chief Medical Officer"), width = 550, height = 550)
|
proc/SetChoices(mob/user, limit = 16, list/splitJobs = list("Chief Medical Officer"), width = 550, height = 650)
|
||||||
if(!job_master)
|
if(!job_master)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user