git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2073 c06c8d41-db1a-0410-9941-cceddc491573
KH5DN75GPQGMSUV5VTNFSXV4G3Q43O4R4M2BADFSYEEQYUQFCWMAC
BMHUBADDGIOZRVN4P3O5QKIDUYD4RFWBS7MP5X6LZWAYHUBRVD2QC
5HBRQ2QZTFBQE2Z2CFADUI2D52LO5Z5CNHXHA7BJP3LGO7FJPUCQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// Mummies can't quaff and don't care if (you.species == SP_MUMMY) return;
// Mummies can't quaff and don't care
if (you.species == SP_MUMMY)
return;
switch (random2(8))
int temp_rand = 8; if (you.is_undead) temp_rand--; switch (random2(temp_rand))
int temp_rand = 8;
if (you.is_undead)
temp_rand--;
switch (random2(temp_rand))
if (you.species == SP_MUMMY) you.inv[3].quantity = 0; // remove potion
you.inv[3].quantity = 0; // remove potion
Your hear a croak.
You hear a croak.%%%%__GROWLYou hear an angry growl.
You hear a croak.
%%%%
__GROWL
You hear an angry growl.
__HISSYou hear an angry hiss.%%%%
__HISS
You hear an angry hiss.