From c5e68d28269914a2fb4d190622e84145c0f7bb64 Mon Sep 17 00:00:00 2001 From: morrowwolf Date: Fri, 7 Jul 2023 00:29:12 -0400 Subject: [PATCH] Create humans tweaks (#3812) # About the pull request This PR adds extra length to the create humans menu so you don't have to scroll every time. This PR sets the default "range to spawn" variable to 0 as we don't really want variance unless it is an active decision to do so. # Explain why it's good for the game Easier usage of admin tools good. # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: Morrow qol: Create humans tab length increase qol: Create humans tab now defaults to 0 range to spawn /:cl: --- code/modules/admin/tabs/event_tab.dm | 2 +- html/create_humans.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/tabs/event_tab.dm b/code/modules/admin/tabs/event_tab.dm index 4effbf3b26cb..febc1550fca0 100644 --- a/code/modules/admin/tabs/event_tab.dm +++ b/code/modules/admin/tabs/event_tab.dm @@ -744,7 +744,7 @@ create_humans_html = replacetext(create_humans_html, "null /* object types */", "\"[equipment_presets]\"") create_humans_html = replacetext(create_humans_html, "/* href token */", RawHrefToken(forceGlobal = TRUE)) - show_browser(user, replacetext(create_humans_html, "/* ref src */", "\ref[src]"), "Create Humans", "create_humans", "size=450x630") + show_browser(user, replacetext(create_humans_html, "/* ref src */", "\ref[src]"), "Create Humans", "create_humans", "size=450x720") /client/proc/create_humans() set name = "Create Humans" diff --git a/html/create_humans.html b/html/create_humans.html index ed9361fc6f25..06b92cba0c71 100644 --- a/html/create_humans.html +++ b/html/create_humans.html @@ -11,7 +11,7 @@ Amount of humans:
- Range to spawn in: + Range to spawn in:

Spawn mobs as:
Regular