projects
/
crawl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4f573a8
)
Don't remain curled while delayed (12443)
author
Edgar A. Bering IV
<trizor@gmail.com>
Fri, 15 Jan 2021 05:43:18 +0000 (07:43 +0200)
committer
Edgar A. Bering IV
<trizor@gmail.com>
Fri, 15 Jan 2021 05:43:18 +0000 (07:43 +0200)
crawl-ref/source/main.cc
patch
|
blob
|
history
diff --git
a/crawl-ref/source/main.cc
b/crawl-ref/source/main.cc
index
13ac4d2
..
c2d2c4a
100644
(file)
--- a/
crawl-ref/source/main.cc
+++ b/
crawl-ref/source/main.cc
@@
-1088,6
+1088,7
@@
static void _input()
{
if (you.berserk())
_do_berserk_no_combat_penalty();
+ _uncurl();
world_reacts();
}