My first attempt at a text roguelike game.
Go to file
Rob Pearce 58e61e6a07 * [+] CRASH when you create a pit on the last level of a dungeon.
- [+] no evasion if grabbed/grabbing
- [+] polyrevert only usable if you cast the spell AND it's controlled
- [+] salt kills leeches, causes pain in lfs who are bleeding
- [+] raging ai will attack anything
- [+] rage gives big morale boost
- [+] potion of fury
- [+] don't run onto water if it will hurt you!
- [+] bad brands should be cursed more often. brands should have
      "startcursedchance"
    - [+] brand->blessstatus, br->blesschance
2011-12-11 16:47:45 +00:00
data * [+] CRASH when you create a pit on the last level of a dungeon. 2011-12-11 16:47:45 +00:00
doc * [+] let credit cards be used at some shops? 2011-12-08 02:55:14 +00:00
vaults added bazaar vault. 2011-12-09 00:37:02 +00:00
Makefile * [+] let credit cards be used at some shops? 2011-12-08 02:55:14 +00:00
ai.c * [+] CRASH when you create a pit on the last level of a dungeon. 2011-12-11 16:47:45 +00:00
ai.h - [+] when something grabs you, show an 'X' in its location so you know 2011-11-23 22:10:08 +00:00
attack.c added bazaar vault. 2011-12-09 00:37:02 +00:00
attack.h - [+] chage skill descriptions to use Accuray Rating numbers, not 2011-10-24 16:46:19 +00:00
data.c * [+] CRASH when you create a pit on the last level of a dungeon. 2011-12-11 16:47:45 +00:00
data.h * [+] let credit cards be used at some shops? 2011-12-08 02:55:14 +00:00
defs.h * [+] CRASH when you create a pit on the last level of a dungeon. 2011-12-11 16:47:45 +00:00
flag.c * [+] let credit cards be used at some shops? 2011-12-08 02:55:14 +00:00
flag.h - [+] add more vrare vaults to reduce likelihood of cockatrice lair! 2011-12-03 22:33:37 +00:00
god.c added bazaar vault. 2011-12-09 00:37:02 +00:00
god.h - [+] shops on a level should make loud sounds every few turns. (onein3) 2011-11-16 00:57:21 +00:00
io.c * [+] CRASH when you create a pit on the last level of a dungeon. 2011-12-11 16:47:45 +00:00
io.h * [+] let credit cards be used at some shops? 2011-12-08 02:55:14 +00:00
lf.c * [+] CRASH when you create a pit on the last level of a dungeon. 2011-12-11 16:47:45 +00:00
lf.h - [+] all torches are broken!!! i'm not setting losdirty when a cell's 2011-12-09 03:39:57 +00:00
map.c - [+] all torches are broken!!! i'm not setting losdirty when a cell's 2011-12-09 03:39:57 +00:00
map.h * [+] let credit cards be used at some shops? 2011-12-08 02:55:14 +00:00
mod_ob.txt initial checkin 2010-12-02 01:17:54 +00:00
move.c * [+] CRASH when you create a pit on the last level of a dungeon. 2011-12-11 16:47:45 +00:00
move.h added bazaar vault. 2011-12-09 00:37:02 +00:00
nexus.c * [+] let credit cards be used at some shops? 2011-12-08 02:55:14 +00:00
nexus.h * [+] let credit cards be used at some shops? 2011-12-08 02:55:14 +00:00
object.h initial checkin 2010-12-02 01:17:54 +00:00
object_ideas.txt Updates 2011-01-31 19:16:13 +00:00
objects.c * [+] CRASH when you create a pit on the last level of a dungeon. 2011-12-11 16:47:45 +00:00
objects.h * [+] CRASH when you create a pit on the last level of a dungeon. 2011-12-11 16:47:45 +00:00
save.c * [+] let credit cards be used at some shops? 2011-12-08 02:55:14 +00:00
save.h - [+] bug in movement speed display for monsters 2011-08-25 09:01:28 +00:00
shops.c added bazaar vault. 2011-12-09 00:37:02 +00:00
shops.h - [+] shops on a level should make loud sounds every few turns. (onein3) 2011-11-16 00:57:21 +00:00
spell.c * [+] CRASH when you create a pit on the last level of a dungeon. 2011-12-11 16:47:45 +00:00
spell.h * [+] let credit cards be used at some shops? 2011-12-08 02:55:14 +00:00
text.c - [+] ob1() macros 2011-12-05 17:03:47 +00:00
text.h - [+] prevent 'A' (forceattack) behind you 2011-11-14 18:21:40 +00:00
vault.c * [+] let credit cards be used at some shops? 2011-12-08 02:55:14 +00:00
vault.h added vault code to svn! 2011-11-30 02:07:19 +00:00