Inside the Pothole (#2200)

(an instance of Generic Room with Seats made by genna)


You see Dhalmart Shopping Cart and genna here.

EXITS:
      [ up ] Outside the Grocery Store. Hand over hand, you haul yourself up and out of the deep hole.



VERB SOURCE CODE:

description:
STR = "";
for x in (this.desc)
    if (typeof(x) == LIST)
        STR = STR + x[random(length(x))];
    else
        STR = STR + x;
    endif
endfor
return STR;
.



PROPERTY DATA:
      desc