[MIRROR] Fixes game panel href token (#2898)

* Fixes game panel href token

* wew
This commit is contained in:
CitadelStationBot
2017-09-23 00:30:09 -05:00
committed by Poojawa
parent 91fd8f7132
commit 518e04a653
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,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)