Maid's Quarters (#2183)

(an instance of generic room made by Lumiere)


You see Claudia and cabinet here.


HELP MANUAL:




VERB SOURCE CODE:

l*ook:
return this.submissive:look_command(argstr) || pass(@args);
.


description:
if (((length((c = callers())[1][2]) >= 5) && (c[1][2][1..5] == "@exam")) && (c[1][4] 
== $player))
    player:tell("  The @examine command is obsolete.");
    player:tell("  Try: `examine ", argstr, "'");
    kill_task(task_id());
else
    return pass(@args);
endif
.


hidden_verbs:
who = args[1];
hidden = pass(@args);
for v in ({"look"})
    hidden = setadd(hidden, {this, verb_info(this, v)[3], verb_args(this, v)});
endfor
return hidden;
.


help_msg:
if (this:is_pervert(caller_perms()))
    return $generic_help:subst(this.(verb));
else
    return {};
endif
.


is_pervert:
return args[1] in this.perverts;
.



PROPERTY DATA:
      submissive
      help_msg
      perverts