]> granicus.if.org Git - nethack/commitdiff
B03004 - candelabrum in bones file
authorcohrs <cohrs>
Sat, 24 May 2003 01:59:11 +0000 (01:59 +0000)
committercohrs <cohrs>
Sat, 24 May 2003 01:59:11 +0000 (01:59 +0000)
curse the candelabrum, like other similar artifacts

doc/fixes34.2
src/bones.c

index 351f8e11dea74c0efd488b3de52f555ef7cbe8ca..32bdbeee04448358720a773ea2194d82511ff98e 100644 (file)
@@ -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"
 short swords are not throwing weapons
 several sit-in-trap cases were unreachable
+curse candelabrum in bones, like other similar artifacts
 
 
 Platform- and/or Interface-Specific Fixes
index 827f52658ac38ae201d52a365b962123096e3f24..2fe77948ca0ebf1b055035c14fa31c9f6d7ced9e 100644 (file)
@@ -106,6 +106,7 @@ boolean restore;
                                otmp->quan = (long)otmp->spe;
                            otmp->spe = 0;
                            otmp->owt = weight(otmp);
+                           curse(otmp);
                        } else if (otmp->otyp == BELL_OF_OPENING) {
                            otmp->otyp = BELL;
                            curse(otmp);