diff --git a/renpy/atl.py b/renpy/atl.py index 39ad8f32db..85a49fa267 100644 --- a/renpy/atl.py +++ b/renpy/atl.py @@ -2209,7 +2209,7 @@ def parse_atl(l): # Now, look for properties and simple_expressions. while True: - if (warper is not None) and (not has_block) and ll.match(':'): + if ((warper is not None) or (warp_function is not None)) and (not has_block) and ll.match(':'): ll.expect_eol() ll.expect_block("ATL") has_block = True