projects
/
nethack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01dea35
)
Remove leftover debug pline
author
Pasi Kallinen
<paxed@alt.org>
Fri, 7 Oct 2022 08:44:03 +0000
(11:44 +0300)
committer
Pasi Kallinen
<paxed@alt.org>
Fri, 7 Oct 2022 08:44:03 +0000
(11:44 +0300)
src/hack.c
patch
|
blob
|
history
diff --git
a/src/hack.c
b/src/hack.c
index 72af80af6e92d3ca6db1a881d624924a6b552fa5..dabe05e7ff8be03e30e1279bbfee3de2888418a8 100644
(file)
--- a/
src/hack.c
+++ b/
src/hack.c
@@
-2065,7
+2065,6
@@
slippery_ice_fumbling(void)
|| resists_cold(&g.youmonst) || Flying
|| is_floater(g.youmonst.data) || is_clinger(g.youmonst.data)
|| is_whirly(g.youmonst.data)) {
- pline("skates!");
on_ice = FALSE;
} else if (!rn2(Cold_resistance ? 3 : 2)) {
HFumbling |= FROMOUTSIDE;