ID:139229
 
Code:
mob
verb
Colorize(obj in contents)
var/color = input("What color do you want?") as color
src.icon += color


Problem description:
Alright. Im trying to create a verb that lets you Change the color of Objects in your inventory. However, as its set now it just changes the color of the users whole Icon. As opposed to targetign clothing.