diff --git a/game/scripts/01cds.rpy b/game/scripts/01cds.rpy index a22354cf..12de16b5 100644 --- a/game/scripts/01cds.rpy +++ b/game/scripts/01cds.rpy @@ -73,8 +73,8 @@ python early hide: class chibi: @staticmethod def parse(l): - who = l.name() - action = l.name() + who = l.require(l.name) + action = l.require(l.name) arguments = l.arguments() # may be None l.expect_eol()