Misc bugfixes
commita4d2a79ae0907aeedf0f9d314fe8ba098be2ab26
authorHarbinger <nexis@7chan.org>
Thu, 27 Sep 2012 07:02:54 +0000 (27 00:02 -0700)
committerHarbinger <nexis@7chan.org>
Thu, 27 Sep 2012 07:02:54 +0000 (27 00:02 -0700)
tree1cca2d177b50a9e92750140c67d01c64b039841c
parentd49fac53fc50cce8d7f4d5f4ee228c55a345ae8c
Misc bugfixes
* Get rid of superfluous period in asshole descriptions
* Bring Build.EATSTRAINS into alignment with the medieval storyline (there's no cars for him to crush)
* Fix hair
* Standardize penis _location variable, get rid of _loc, fix location text so it's more flexible.
* Add location text to testicles, standardize _location.
* Pluralize vaginal description if needed
* Fix the stacking effect of Demon mutations, coinflip if they get any at all.
* Fix Abilities screen exit not triggering screen refresh
* Add testing creature for NPC stuff
* Missing files.
13 files changed:
src/CreatureRegistry.as
src/org/sevenchan/dongs/bodyparts/Asshole.as
src/org/sevenchan/dongs/bodyparts/Build.as
src/org/sevenchan/dongs/bodyparts/Hair.as
src/org/sevenchan/dongs/bodyparts/Penis.as
src/org/sevenchan/dongs/bodyparts/Testicle.as
src/org/sevenchan/dongs/bodyparts/Vagina.as
src/org/sevenchan/dongs/creature/Demon.as
src/org/sevenchan/dongs/creature/Player.as
src/org/sevenchan/dongs/creature/npc/Gargoyle.as [new file with mode: 0644]
src/org/sevenchan/dongs/screens/CombatScreen.as
src/org/sevenchan/dongs/screens/encounters/ArachnidEncounter.as [new file with mode: 0644]
src/org/sevenchan/dongs/screens/encounters/GargoyleEncounter.as [new file with mode: 0644]