Buff Grimtooth with poison
Grimtooth is now permanently poisoned, protects the wielder from poison, and can be invoked to throw poison. Permapoison code comes from xNetHack by copperwater <aosdict@gmail.com>.
This commit is contained in:
@@ -1160,6 +1160,8 @@ mksobj_init(struct obj **obj, boolean artif)
|
||||
}
|
||||
|
||||
mkobj_erosions(otmp);
|
||||
if (permapoisoned(otmp))
|
||||
otmp->opoisoned = 1;
|
||||
}
|
||||
|
||||
/* mksobj(): create a specific type of object; result is always non-Null */
|
||||
|
||||
Reference in New Issue
Block a user