test/chimaera.{sod,ref}: Make `Chimaera' less tolerant of tickling.
[sod] / test / chimaera.sod
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 {