HomeSort by: relevance | last modified time | path
    Searched defs:blessing (Results 1 - 2 of 2) sorted by relevancy

  /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;

Completed in 23 milliseconds