Proto-Generic Aspect Seated Secured Post-Apocalypse Room (#2255)

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




VERB SOURCE CODE:

look_self:
"Copied from Generic Secured Post-Apocalypse Room (#262):look_self by Calkins (#150) 
Sun Feb  5 22:20:48 1995 PST";
if (player.location != this)
    player:tell("You can't see that from here.");
else
    pass(@args);
    if (this.aspect_msg == "dark")
        player:tell(this.dark_msg);
    elseif (this.aspect_msg == "dim")
        player:tell(this.dim_msg);
    elseif (this.aspect_msg == "candlelit")
        player:tell(this.candlelit_msg);
    elseif (this.aspect_msg == "lamplit")
        player:tell(this.lamplit_msg);
    elseif (this.aspect_msg == "flourescent")
        player:tell(this.flourescent_msg);
    elseif (this.aspect_msg == "spotlit")
        player:tell(this.spotlit_msg);
    endif
endif
"Lines 6-17 added by Avon (#2170), lines 2-4 modified so room can't be seen remotely 
whether locked or not";
.



PROPERTY DATA:
      aspect_msg
      dark_msg
      dim_msg
      candlelit_msg
      lamplit_msg
      flourescent_msg
      spotlit_msg

CHILDREN:
Bolthole Orientalism