Home
last modified time | relevance | path

Searched refs:godname (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dl-spells.cc284 const char *godname = luaL_checkstring(ls, 2); in LUAFN() local
285 god = str_to_god(godname); in LUAFN()
302 const char *godname = luaL_checkstring(ls, 2); in LUAFN() local
303 god = str_to_god(godname); in LUAFN()
320 const char *godname = luaL_checkstring(ls, 2); in LUAFN() local
321 god = str_to_god(godname); in LUAFN()
H A Ddescribe-god.cc103 const string godname = god_name(which_god); in _describe_favour() local
106 case 7: return "A prized avatar of " + godname; in _describe_favour()
107 case 6: return "A favoured servant of " + godname + "."; in _describe_favour()
111 return "A glorious shadow in the eyes of " + godname + "."; in _describe_favour()
113 return "A shining star in the eyes of " + godname + "."; in _describe_favour()
118 return "A rising shadow in the eyes of " + godname + "."; in _describe_favour()
120 return "A rising star in the eyes of " + godname + "."; in _describe_favour()
122 case 3: return uppercase_first(godname) + " is pleased with you."; in _describe_favour()
123 case 2: return uppercase_first(godname) + " is aware of your devotion."; in _describe_favour()
124 default: return uppercase_first(godname) + " is noncommittal."; in _describe_favour()
H A Dwiz-item.cc974 string godname = ""; in _debug_acquirement_stats() local
976 godname += " of " + god_name(you.religion); in _debug_acquirement_stats()
982 get_job_name(you.char_class), godname.c_str()); in _debug_acquirement_stats()
H A Dmon-util.cc4273 const string godname = god_name(god, false); in _replace_god_name() local
4274 result = capital ? uppercase_first(godname) : godname; in _replace_god_name()
4626 const string godname = god_name(mons.god); in do_mon_str_replacements() local
4627 const string godcap = uppercase_first(godname); in do_mon_str_replacements()
4628 msg = replace_all(msg, "@a_God@", godname); in do_mon_str_replacements()
4630 msg = replace_all(msg, "@possessive_God@", godname); in do_mon_str_replacements()
4633 msg = replace_all(msg, "@my_God@", godname); in do_mon_str_replacements()
/dports/games/powder/powder118_src/
H A Dmain.cpp832 GOD_NAMES godname; in makeAWish() local
834 FOREACH_GOD(godname) in makeAWish()
836 godlist[godname] = glb_goddefs[godname].name; in makeAWish()
842 godname = (GOD_NAMES) select; in makeAWish()
844 avatar->formatAndReport("%U <win> the favour of %B1.", godlist[godname]); in makeAWish()
845 avatar->pietyGrant(godname, 100); in makeAWish()