mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
This was SVN commit r3252.
This commit is contained in:
parent
6578c2c05c
commit
96df45e83d
1 changed files with 4 additions and 4 deletions
|
|
@ -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.")
|
||||
}
|
||||
|
||||
// ====================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue