projects
/
victrix-abyssi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d7513a
)
Remove stale debug message from u.c
author
Martin Read
<martin@blackswordsonics.com>
Tue, 24 Sep 2013 18:37:17 +0000
(19:37 +0100)
committer
Martin Read
<martin@blackswordsonics.com>
Tue, 24 Sep 2013 18:37:17 +0000
(19:37 +0100)
u.c
patch
|
blob
|
history
diff --git
a/u.c
b/u.c
index
ef1a9ef
..
beb1500
100644
(file)
--- a/
u.c
+++ b/
u.c
@@
-68,7
+68,6
@@
void recalc_defence(void)
switch (objects[u.ring].obj_id)
{
case PO_RING_FIRE:
- print_msg("gaining fire resistance from ring\n");
u.resistances[DT_FIRE] |= RESIST_RING;
break;
case PO_RING_FROST: