Skip to content

Start weeding out alien code in view of functional changes

Rob Nelson requested to merge pull/2090/Alien into Bleeding-Edge

Created by: dylanstrategie

Because it's really hard to not use redundant procs and make your code readable

  • All alien names are now improper. It's not 'Alien' but 'the alien'. This should also be so for basically any creature that isn't unique, like monkeys, slimes and hostile mobs, but that's a job for another day
  • Messages to span
  • FOR THE LOVE OF EVERYTHING THAT IS HOLY IN THIS WORLD, STOP USING A FOR LOOP TO CHECK FOR MOBS IN HEARING/SIGHT RANGE, JUST USE VISIBLE_MESSAGE
  • Use brackets to group larva evolve prompt message
  • Formatting and style, redundant and obsolete methods weeded out

The goal is to have something about decent so that I can start working in depth. Whoever wrote this code was one fucking cheeky cunt

Merge request reports