diff --git a/topics/characters.py b/topics/characters.py index 516ea3b1..c0edb70a 100644 --- a/topics/characters.py +++ b/topics/characters.py @@ -260,6 +260,11 @@ class TauCreature(PiCreature): "file_name_prefix" : "TauCreatures" } +class ThreeLeggedPiCreature(PiCreature): + CONFIG = { + "file_name_prefix" : "ThreeLeggedPiCreatures" + } + class Blink(ApplyMethod): CONFIG = {