Merge pull request #13292 from TheGreatKitsune/examine-size-fix

Fix setting the minimum examine message size to 0
This commit is contained in:
Casey
2022-07-07 20:15:48 -04:00
committed by GitHub
+1 -1
View File
@@ -985,7 +985,7 @@
host.vore_selected.can_taste = !host.vore_selected.can_taste
. = TRUE
if("b_bulge_size")
var/new_bulge = tgui_input_number(user, "Choose the required size prey must be to show up on examine, ranging from 25% to 200% Set this to 0 for no text on examine.", "Set Belly Examine Size.", max_value = 200, min_value = 25)
var/new_bulge = tgui_input_number(user, "Choose the required size prey must be to show up on examine, ranging from 25% to 200% Set this to 0 for no text on examine.", "Set Belly Examine Size.", max_value = 200, min_value = 0)
if(new_bulge == null)
return FALSE
if(new_bulge == 0) //Disable.