Home | Sort by: relevance | last modified time | path |
/src/games/rogue/ | |
object.c | 531 short blessing, increment; local in function:gr_weapon 547 blessing = get_rand(1, 3); 556 for (i = 0; i < blessing; i++) { 571 short blessing; local in function:gr_armor 583 blessing = get_rand(1, 3); 587 obj->d_enchant -= blessing; 589 obj->d_enchant += blessing; |
object.c | 531 short blessing, increment; local in function:gr_weapon 547 blessing = get_rand(1, 3); 556 for (i = 0; i < blessing; i++) { 571 short blessing; local in function:gr_armor 583 blessing = get_rand(1, 3); 587 obj->d_enchant -= blessing; 589 obj->d_enchant += blessing; |