Comment typofixes, pt 2
This commit is contained in:
@@ -952,7 +952,7 @@ register struct obj *obj;
|
||||
|| (otyp == POT_WATER && (obj->blessed || obj->cursed))) {
|
||||
if (obj->spe != ((obj->oclass == WAND_CLASS) ? -1 : 0)
|
||||
&& otyp != WAN_CANCELLATION && /* can't cancel cancellation */
|
||||
otyp != MAGIC_LAMP && /* cancelling doesn't remove djini */
|
||||
otyp != MAGIC_LAMP && /* cancelling doesn't remove djinni */
|
||||
otyp != CANDELABRUM_OF_INVOCATION) {
|
||||
costly_alteration(obj, COST_CANCEL);
|
||||
obj->spe = (obj->oclass == WAND_CLASS) ? -1 : 0;
|
||||
|
||||
Reference in New Issue
Block a user