My first attempt at a text roguelike game.
Go to file
Rob Pearce 69cd41a714 - [+] make zombies eat flesh.
- [+] warn before eating your own kind if it will anger your god, and
      you wisdom is high.
- [+] make disease way worse if you eat your own race's corpse!
- [+] CRASH when i try to cook firebug corpse
* [+] bones files:
- [+] when your leg is bleeding, don't lose hp for ATTACKING, only for
      MOVING.
- [+] bug: issue with skill display if you learn higher than your max
      level by reading a book!
    - [+] in this case, reading the book should fail.
- [+] when you start worshipping felix, allow you to learn lockpicking
      & thievery to full level!
- [+] infinite loop when an ashkari enters rage while already eating.
- [+] felix prayer should always unlock all nearby doors
- [+] if you add f_calwill xxx, v1=112312 v2=NA, make v2 = v1.
    - [+] that way we can confer it!
- [+] say "this is xxx!" after wearing a new amulet.
- [+] fork / knife should make you eat faster.
- [+] double the hp of most armour again
AMULETS
- [+] add new bodypart = neck
- [+] object hiddennames
    * [+] nouns
    * [+] adjectives
- [+] flight  (canwill fly)
- [+] enhance spell power
- [+] victimization (makes everything hostile) (no auto id)
- [+] blinking
- [+] anger (canwill rage)
- [+] vs poison (poison immune)
- [+] vs magic (magic resistance)
- [+] common
    - [+] feather fall (dt_fall dmg = 0)
        - [+] don't "slam into the ground", just "float gently to the
              ground"
    - [+] of amplification (boost listening skillchecks, allow you to
          listen at stairs)
    - [+] peaceful sleep (don't get woken up by sound, cursed)
    - [+] chef's amulet(lower metabolism) 
    - [+] thief's amulet (lockpicking)
2012-03-05 10:31:21 +00:00
data - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
doc - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
Makefile - [+] CRASH in killflag() 2011-12-16 19:54:08 +00:00
ai.c - [+] vaults 2012-02-29 06:05:14 +00:00
ai.h - [+] in shops, show 'ESC when done, ? to describe/purchase' 2012-01-10 03:40:43 +00:00
attack.c - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
attack.h - [+] increase damage for missiles 2012-01-24 20:38:59 +00:00
data.c - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
data.h - [+] increase accuracy of blessed firearms ? 2012-01-18 23:11:55 +00:00
defs.h - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
flag.c - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
flag.h - [+] need a better message when sickness wakes you up. 2012-02-28 12:02:38 +00:00
god.c - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
god.h - [+] delvers should always want money for info, unless you are a 2012-02-17 05:16:45 +00:00
io.c - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
io.h - [+] chance to resist knockback? 2012-02-28 11:02:02 +00:00
lf.c - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
lf.h - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
map.c - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
map.h - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
mod_ob.txt initial checkin 2010-12-02 01:17:54 +00:00
move.c - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
move.h - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
nexus.c - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
nexus.h - [+] chance to resist knockback? 2012-02-28 11:02:02 +00:00
objects.c - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
objects.h - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
save.c - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
save.h - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
shops.c Paladin changes 2012-02-25 23:42:48 +00:00
shops.h Paladin changes 2012-02-25 23:42:48 +00:00
spell.c - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
spell.h - [+] vaults 2012-02-29 06:05:14 +00:00
text.c - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
text.h - [+] remove enchantment school 2012-02-27 08:27:55 +00:00
vault.c - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
vault.h - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00