B03004 - candelabrum in bones file
curse the candelabrum, like other similar artifacts
This commit is contained in:
@@ -75,6 +75,7 @@ don't charge for items picked up from monster's interior while swallowed
|
|||||||
choking while eating non-food always called the food "quick snack"
|
choking while eating non-food always called the food "quick snack"
|
||||||
short swords are not throwing weapons
|
short swords are not throwing weapons
|
||||||
several sit-in-trap cases were unreachable
|
several sit-in-trap cases were unreachable
|
||||||
|
curse candelabrum in bones, like other similar artifacts
|
||||||
|
|
||||||
|
|
||||||
Platform- and/or Interface-Specific Fixes
|
Platform- and/or Interface-Specific Fixes
|
||||||
|
|||||||
@@ -106,6 +106,7 @@ boolean restore;
|
|||||||
otmp->quan = (long)otmp->spe;
|
otmp->quan = (long)otmp->spe;
|
||||||
otmp->spe = 0;
|
otmp->spe = 0;
|
||||||
otmp->owt = weight(otmp);
|
otmp->owt = weight(otmp);
|
||||||
|
curse(otmp);
|
||||||
} else if (otmp->otyp == BELL_OF_OPENING) {
|
} else if (otmp->otyp == BELL_OF_OPENING) {
|
||||||
otmp->otyp = BELL;
|
otmp->otyp = BELL;
|
||||||
curse(otmp);
|
curse(otmp);
|
||||||
|
|||||||
Reference in New Issue
Block a user