arg type mismatch

This was right in 3.4.3 but got changed way back in 2004.
No effect on play and unlikely to be complained about by any
compiler.
This commit is contained in:
PatR
2018-09-06 16:28:42 -07:00
parent 4ce6d81d60
commit 533234f13d

View File

@@ -2486,7 +2486,7 @@ int final;
else if (u.moreluck < 0)
you_have("reduced luck", "");
if (carrying(LUCKSTONE) || stone_luck(TRUE)) {
ltmp = stone_luck(0);
ltmp = stone_luck(FALSE);
if (ltmp <= 0)
enl_msg("Bad luck ", "does", "did", " not time out for you", "");
if (ltmp >= 0)