abstract: no
script :~
### The following oproto was generated by oedit
### If you edit this script, adhere to the stylistic
### conventions laid out by oedit, or delete the top line
### keywords, short descs, room descs, and look descs
me.keywords = ', '.join([me.keywords, "shirt"])
me.name = "a shirt"
me.rdesc = "a shirt is here."
me.desc = me.desc + ' ' + "it looks unfinished.\r\n"
### item type: worn
me.settype("worn")
me.worn_type = "shirt"
### end type
-