This was SVN commit r3252.

This commit is contained in:
Matei 2005-12-15 23:20:53 +00:00
parent 6578c2c05c
commit 96df45e83d

View file

@ -146,10 +146,10 @@ function entityInit()
this.traits.id.personal.name = "";
*/
// Log creation of entity to console.
if (this.traits.id.personal && this.traits.id.personal.name)
console.write ("A new " + this.traits.id.specific + " (" + this.traits.id.generic + ") called " + this.traits.id.personal.name + " has entered your dungeon.")
else
console.write ("A new " + this.traits.id.specific + " (" + this.traits.id.generic + ") has entered your dungeon.")
//if (this.traits.id.personal && this.traits.id.personal.name)
// console.write ("A new " + this.traits.id.specific + " (" + this.traits.id.generic + ") called " + this.traits.id.personal.name + " has entered your dungeon.")
//else
// console.write ("A new " + this.traits.id.specific + " (" + this.traits.id.generic + ") has entered your dungeon.")
}
// ====================================================================