Fixes game panel href token

This commit is contained in:
AnturK
2017-09-21 17:25:23 +02:00
parent 0efcd74bc0
commit d349ceefae
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
create_mob_html = file2text('html/create_object.html')
create_mob_html = replacetext(create_mob_html, "null /* object types */", "\"[mobjs]\"")
user << browse(replacetext(create_mob_html, "/* ref src */", "\ref[src];[HrefToken()]"), "window=create_mob;size=425x475")
user << browse(create_panel_helper(create_mob_html), "window=create_mob;size=425x475")
/proc/randomize_human(mob/living/carbon/human/H)
H.gender = pick(MALE, FEMALE)