My first attempt at a text roguelike game.
Go to file
Rob Pearce 8377a72242 - [+] credit cards shouldn't be stackable
- [+] minor grammer fixes in skill descriptions and looting choices
- [+] crash when donating objects to a shop.
- [+] only allow lock breaking with bashing wepons
- [+] make minor undead like skeletons not pursue once you're out of
      sight.
- [+] don't allow damaged objects to stack
- [+] wyrmspawn should be able to learn master wyrm lore!
- [+] fixed crash when operating tech which asks for a target cell
- [+] bug in bones
    - [+] invalid at() definition: 'at(0,0) ob:an uncursed bone club'
          [vault:bones7/loading flags] Invalid line: [at(0,0) ob:an
          uncursed bone club]
- [+] when monsters polymorph into a new race, don't change their
      allegiance (ie. dont inherit f_hostile)
- [+] don't want boulders or other impassable objects in starting room
- [+] lumara should give you one more mp if you are already full
- [+] reduce radius of gas trap
- [+] fixed description for mana spike
- [+] increase damage of wild spells
2012-05-28 07:05:19 +00:00
data - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +00:00
doc - [+] "really attack the helpless something?" 2012-04-27 01:23:14 +00:00
Makefile - [+] CRASH in killflag() 2011-12-16 19:54:08 +00:00
ai.c - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
ai.h - [+] ai shuldn't want its home/life objects. 2012-03-08 19:42:25 +00:00
attack.c - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +00:00
attack.h - [+] griddler didnt start with trident? 2012-04-13 22:52:35 +00:00
data.c - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +00:00
data.h - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
defs.h - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +00:00
findleak.c adding findleak 2012-03-05 10:32:17 +00:00
findleak.h adding extra headers 2012-03-05 10:32:29 +00:00
flag.c - [+] tweak random monster code - highest TR () shiuld appear at level 2012-04-14 13:23:04 +00:00
flag.h - [+] tweak random monster code - highest TR () shiuld appear at level 2012-04-14 13:23:04 +00:00
god.c - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +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 - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +00:00
io.h - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +00:00
lf.c - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +00:00
lf.h - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
map.c - [+] bug: training never going up! 2012-05-08 21:57:49 +00:00
map.h - [+] bug: training never going up! 2012-05-08 21:57:49 +00:00
mod_ob.txt initial checkin 2010-12-02 01:17:54 +00:00
move.c - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
move.h - [+] if you cancel a limited wish, don't age you. 2012-04-04 09:59:48 +00:00
nexus.c - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +00:00
nexus.h - [+] change real_getlfname(): 2012-03-28 20:17:47 +00:00
objects.c - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +00:00
objects.h - [+] "really attack the helpless something?" 2012-04-27 01:23:14 +00:00
save.c - [+] bug: training never going up! 2012-05-08 21:57:49 +00:00
save.h - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
shops.c - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +00:00
shops.h - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
spell.c - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +00:00
spell.h - [+] "really attack the helpless something?" 2012-04-27 01:23:14 +00:00
text.c - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +00:00
text.h - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +00:00
vault.c - [+] tweak random monster code - highest TR () shiuld appear at level 2012-04-14 13:23:04 +00:00
vault.h - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00