pull request #718 - fix 'petrified' typo
Pull request from vultur-cadens to fix a recently introduced typo. Closes #718
This commit is contained in:
@@ -1023,7 +1023,7 @@ givit(int type, register struct permonst *ptr)
|
|||||||
debugpline0("Giving timed stoning resistance");
|
debugpline0("Giving timed stoning resistance");
|
||||||
if (!Stone_resistance)
|
if (!Stone_resistance)
|
||||||
You_feel("%s.", Hallucination ? "unusually limber"
|
You_feel("%s.", Hallucination ? "unusually limber"
|
||||||
: "less concerned about becoming pertrified");
|
: "less concerned about becoming petrified");
|
||||||
incr_itimeout(&HStone_resistance, d(3, 6));
|
incr_itimeout(&HStone_resistance, d(3, 6));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user