Poison breath leaves a trail of poison gas clouds

Original patch by L
This commit is contained in:
Pasi Kallinen
2016-01-06 16:05:40 +02:00
parent 237c4a2787
commit da0e660110
2 changed files with 5 additions and 0 deletions

View File

@@ -4312,6 +4312,10 @@ short exploding_wand_typ;
}
break; /* ZT_COLD */
case ZT_POISON_GAS:
(void) create_gas_cloud(x, y, 1, 8);
break;
case ZT_ACID:
if (lev->typ == IRONBARS) {
if ((lev->wall_info & W_NONDIGGABLE) != 0) {