Closed matkoniecz closed 11 years ago
https://github.com/Chris-plus-alphanumericgibberish/dnethack/commit/f167bb7bd5568288c1e54f7581ae34499d7945fd
if (Slimed) { pline("The slime that covers you is burned away!"); Slimed = 0; }
may be replaced by
burn_away_slime()
from timeout.c
I fixed the issues you identified. Thanks!
https://github.com/Chris-plus-alphanumericgibberish/dnethack/commit/f167bb7bd5568288c1e54f7581ae34499d7945fd
may be replaced by
from timeout.c