comment bit
Full moon and Friday the 13th affect Luck's equilibrium point, but not its range (which is always -10 to +10 for natural luck, -13 to +13 when extended by luck-conferring objects). The water_damage() comment implying that max Luck could be 14 during a full moon was incorrect.
This commit is contained in:
+1
-2
@@ -3027,8 +3027,7 @@ xchar x, y;
|
|||||||
retval++;
|
retval++;
|
||||||
} else if (!force && (Luck + 5) > rn2(20)) {
|
} else if (!force && (Luck + 5) > rn2(20)) {
|
||||||
/* chance per item of sustaining damage:
|
/* chance per item of sustaining damage:
|
||||||
* max luck (full moon): 5%
|
* max luck (Luck==13): 10%
|
||||||
* max luck (elsewhen): 10%
|
|
||||||
* avg luck (Luck==0): 75%
|
* avg luck (Luck==0): 75%
|
||||||
* awful luck (Luck<-4): 100%
|
* awful luck (Luck<-4): 100%
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user