[MIRROR] Fixes game panel href token (#2898)
* Fixes game panel href token * wew
This commit is contained in:
committed by
Poojawa
parent
91fd8f7132
commit
518e04a653
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user