test/chimaera.{sod,ref}: Make `Chimaera' less tolerant of tickling.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 5 Jan 2016 17:19:11 +0000 (17:19 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 13:40:40 +0000 (14:40 +0100)
Just happens to demonstrate inheritance of slot initializers.

test/chimaera.ref
test/chimaera.sod

index 897e953..bb2c111 100644 (file)
@@ -35,7 +35,7 @@ Sssss!
 tickle Chimaera #1...
 Munch!
 Bonk!
-Sssss!
+Nom!
 tickle Chimaera #2...
 Munch!
 Bonk!
index 6d62fb6..0723ae1 100644 (file)
@@ -45,6 +45,7 @@ class Serpent : Animal {
 
 [nick = sir, link = Animal]
 class Chimaera : Lion, Goat, Serpent {
+  serpent.limit = 1;
 }
 
 code c : user {