mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user