genna (#352)

(an instance of Generic Scorpion Player Class made by genna)

     Fig has no silk
     no silk
     only burlap
     and that
     tattered
     and frayed
     with the effort of making a soul.

Go to location of this object, Inside the Pothole.


genna owns genna Abandoned Luncheonette north south Social Shortcuts Feature generic lunch Hash'O'Matic Generic Journeying SPARC Dhalmart Shopping Cart a small barrel A simple room Inside the Pothole down up


VERB SOURCE CODE:

spoof:
player.location:announce_all(argstr);
.


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;
.


lock:
player.location.free_entry = 0;
player:tell("Room secured.");
.


unlock:
player.location.free_entry = 1;
player:tell("Room unlocked.");
.



PROPERTY DATA:
      desc