mob/verb
change_icon(f as icon)
var/x=input(src,"pick an iconstate") in iconstates(f)
icon=f
icon_state=x
Would there be any way to record the name of their icon file? I want to save it for later usage (I am not currently using a savefile based system).