a_nani_household

% This file contains the definitions for the room in a household % To create a new world, simply change the room definitions as % described below (or in manual) %

use this file with...

:- ensure_loaded('a_nani_household.pfc').

*/

   13:- style_check(-singleton).   14:- style_check(-discontiguous).   15
   16:- op(600,fx,onSpawn).   17
   18:- expects_dialect(pfc).