Steam vortices leave steam clouds behind
Code via xnethack by copperwater <aosdict@gmail.com>
This commit is contained in:
@@ -755,6 +755,8 @@ dochug(register struct monst* mtmp)
|
||||
/* Hezrous create clouds of stench. This does not cost a move. */
|
||||
if (mtmp->data == &mons[PM_HEZROU]) /* stench */
|
||||
create_gas_cloud(mtmp->mx, mtmp->my, 1, 8);
|
||||
else if (mtmp->data == &mons[PM_STEAM_VORTEX] && !mtmp->mcan)
|
||||
create_gas_cloud(mtmp->mx, mtmp->my, 1, 0); /* harmless vapor */
|
||||
|
||||
/* A killer bee may eat honey in order to turn into a queen bee,
|
||||
costing it a move. */
|
||||
|
||||
Reference in New Issue
Block a user