X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fobjects%2Fintro%2Ffrontporch.inf;fp=src%2Fobjects%2Fintro%2Ffrontporch.inf;h=0000000000000000000000000000000000000000;hb=53c2e89d2532a0982b774d07415ad6683758e5c9;hp=c04195355ed618058e13d35c8eac7d4a8c418f5e;hpb=5a0bcf5c2a248fc12a2fbfe841b605c6b49ec0e1;p=homeland.git diff --git a/src/objects/intro/frontporch.inf b/src/objects/intro/frontporch.inf deleted file mode 100644 index c041953..0000000 --- a/src/objects/intro/frontporch.inf +++ /dev/null @@ -1,61 +0,0 @@ -! Copyright (C) 2019, 2020 Jason Self -! -! This file is free software: you may copy, redistribute and/or -! modify it under the terms of the GNU Affero General Public License -! as published by the Free Software Foundation, either version 3 of -! the License, or (at your option) any later version. -! -! This file is distributed in the hope that it will be useful, but -! WITHOUT ANY WARRANTY; without even the implied warranty of -! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -! Affero General Public License for more details. -! -! You should have received a copy of the GNU Affero General Public -! License along with this file. If not, see https://gnu.org/licenses/ - -Object frontporch "Front Porch" - with description - "You are on your neighbor's front porch. It consists of a - coffee brown wooden floor connected to and surrounded a - parchment white wooden fence. The fence is obviously new - and looks great. It's tall enough to make climbing it - impossible. The design of the porch places the focus on - the front door. A deep red color, the door is large, high - quality and has no window. It has a shiny brass handle, - which appears very sturdy. There's an opening to the - southwest toward the sidewalk. Their front door is to the - west.", - cant_go "That parchment white wooden fence is too high to get over.", - se_to sidewalk, - w_to neighbordoor, - has light; - -Object neighbordoor "front door" frontporch - with name 'door' 'front' 'red', - description "The door is large and high quality. A deep red - color it has no window and a shiny brass handle, - which appears to be very sturdy.", - found_in frontporch neighborlivingroom, - door_dir [; - if (location == frontporch) - return w_to; - else - return e_to; - ], - door_to [; - if (location == frontporch) - return neighborlivingroom; - else - return frontporch; - ], - has scenery door openable; - -Object brasshandle "brass door handle" frontporch - with name 'brass' 'handle', - found_in frontporch neighborlivingroom, - has scenery; - -Object fence "wooden fence" frontporch - with name 'fence' 'wooden' 'wood', - found_in backyard frontporch, - has scenery; \ No newline at end of file