OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
200 stars 109 forks source link

restores opendream_unimplemented warnings for procs with empty bodies in DMStandard #1905

Closed harryob closed 1 month ago

harryob commented 1 month ago

currently some opendream_unimplemented warnings from dmstandard aren't being emitted, as we null both the Statement and SetStatement blocks if the Statement block is empty (due to having an empty proc body)