diff --git a/src/thingdef/thingdef_states.cpp b/src/thingdef/thingdef_states.cpp index 4696b7e57..a44fa1ed1 100644 --- a/src/thingdef/thingdef_states.cpp +++ b/src/thingdef/thingdef_states.cpp @@ -253,7 +253,7 @@ do_stop: state.TicRange = 0; } - while (sc.GetString() && !sc.Crossed) + while (sc.GetString() && (!sc.Crossed || sc.Compare("{"))) { if (sc.Compare("BRIGHT")) {