implement creature hiddenHealth

This commit is contained in:
ErikasKontenis
2019-12-12 17:41:44 +02:00
parent e415a533a4
commit 68a58ae041
9 changed files with 82 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ Home = [32417,31583,7]
Radius = 3
Behaviour = {
ADDRESS,"hello$",! -> "Hi."
ADDRESS,"hello$",! -> "Whatcha do in my place?"
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Wait, %N.", Queue
@@ -17,5 +17,7 @@ VANISH,! -> NOP
"bye" -> "Bye.", Idle
"farewell" -> *
"fight" -> "You. Weak."
"job" -> "No time for such a stupid thing."
"name" -> "Ajax."
}