Makes some admin prompts more clear (#89579)

## About The Pull Request

I saw some admins complaining that the prompts for these input fields
were not very clear so I made them clearer.

## Why It's Good For The Game

Makes it more obvious what the thing you are doing will actually do.

## Changelog

🆑
spellcheck: Makes some VV input prompts clearer to read and use
/🆑
This commit is contained in:
Jacquerel
2025-03-12 16:41:41 -04:00
committed by Roxy
parent a28b330487
commit b6a664be01
2 changed files with 4 additions and 4 deletions
@@ -28,7 +28,7 @@
return FALSE
override_client = override_client == "Yes"
idle_chance = tgui_input_number(user, "How likely should this mob be to move to another tile when it's not doing anything else?", "Walk Chance", max_value = 100, min_value = 0)
idle_chance = tgui_input_number(user, "How likely (% chance per second) should this mob be to move to another tile when it's not doing anything else?", "Walk Chance", max_value = 100, min_value = 0)
if (isnull(idle_chance))
return FALSE