mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 15:15:32 +01:00
better way
This commit is contained in:
@@ -1194,8 +1194,11 @@
|
||||
sprite_datum = module_sprites[1]
|
||||
else
|
||||
var/selection = tgui_input_list(src, "Select an icon! [triesleft ? "You have [triesleft] more chance\s." : "This is your last try."]", "Robot Icon", module_sprites)
|
||||
sprite_datum = selection
|
||||
if(selection && !istype(src,/mob/living/silicon/robot/drone))
|
||||
if(selection)
|
||||
sprite_datum = selection
|
||||
else
|
||||
sprite_datum = module_sprites[1]
|
||||
if(!istype(src,/mob/living/silicon/robot/drone))
|
||||
robot_species = sprite_datum.name
|
||||
if(notransform)
|
||||
to_chat(src, "Your current transformation has not finished yet!")
|
||||
|
||||
Reference in New Issue
Block a user