fix payroll (#29451)

This commit is contained in:
Contrabang
2025-06-04 11:54:24 +00:00
committed by GitHub
parent d4851ef6d6
commit c482c8543b
+1 -1
View File
@@ -36,7 +36,7 @@
switch(action)
if("payroll_modification")
var/list/accounts_to_modify = list()
var/num_input = tgui_input_number(ui.user, "Enter an amount. If for more than 4 people, keep around +/-$100 for the love of god!", "Input Amount")
var/num_input = tgui_input_number(ui.user, "Enter an amount. If for more than 4 people, keep around +/-$100 for the love of god!", "Input Amount", min_value = -10000)
if(!num_input)
return