Commit History

Author SHA1 Message Date
  Spackled Lanturn ece34efc4b [changed] wrapped all accesses to the value of student in a function call in preparation for adding checks that the player should still be a student when this is checked. made expulsion set student = -1, and changed some places that checked student = 0 to check student <= 0 to fix a bug where you could reapply to the university after being expelled only to be instantly expelled again. moved logic for enrolling and unenrolling from the university to the same file as function for checking value of student to cut down on code duplication and make this the only place where the raw student variable is accessed. fixed two typos 3 years ago
  KevinSmarts 8ea124577c [fixed] Used better variables to check for nude modelling as recommended by rachels 3 years ago
  KevinSmarts c66d780953 [change] Renamed street to city_residential 4 years ago
  KevinSmarts f1b2fbaaea [fixed] Incorrect uses of a before a word begining with a vowel and duplicate a's 5 years ago
  Blatte 8c94f4c8ea [added] Menu variables for L 5 years ago
  3xpurt c6a5af103f [changed] Sveta's mom, mum, mother, mummy name to use variable. Name can now be set via command input $npc_nickname['A29'] 5 years ago
  3xpurt a536fee17b [changed] American English "Mom", "Mommy" to international English "Mum", "Mummy" 5 years ago
  3xpurt 070d5bac4e [changed] qsrc extension added to all split files, for easier management (may need to rename your un-pushed changes manually before committing). 6 years ago