Skip to content

Formatting map spawners

Rob Nelson requested to merge pull/10373/New into Bleeding-Edge

Created by: dylanstrategie

At first, this was the usual "Does not inherit New()" fix, but then I realized the code was awful so I decided to bring it up to gear

  • Use lower_case argument and proc names and stop specifying .src scope everywhere. Let's be honest here, this isn't C++, we don't need to pretend like it is
  • Misc formatting like putting spaces after commas because we aren't barbarians
  • Moved code in New() to another proc so that New() can be inherited properly without causing problems. See, it wasn't that hard, now was it ?
  • And of course, Defficiency used direct var edits. Thanks Duny

Merge request reports