mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #12090 from Heroman3003/robot-iconfix
Fixes robot icon breaking when canceling during sprite selection
This commit is contained in:
@@ -1031,6 +1031,8 @@
|
||||
icontype = module_sprites[1]
|
||||
else
|
||||
icontype = tgui_input_list(usr, "Select an icon! [triesleft ? "You have [triesleft] more chance\s." : "This is your last try."]", "Robot Icon", module_sprites)
|
||||
if(!icontype)
|
||||
icontype = module_sprites[1]
|
||||
if(notransform) //VOREStation edit start: sprite animation
|
||||
to_chat(src, "Your current transformation has not finished yet!")
|
||||
choose_icon(icon_selection_tries, module_sprites)
|
||||
|
||||
Reference in New Issue
Block a user