Home
last modified time | relevance | path

Searched refs:get_gold (Results 1 – 22 of 22) sorted by relevance

/dports/games/freedroidrpg/freedroidrpg-0.16.1/dialogs/
H A DBenjamin.lua142 if (Tux:get_gold() < cost ) then next("node27") else next("node28") end
160 if (Tux:get_gold() < cost ) then next("node27") else next("node28") end
179 if (Tux:get_gold() < cost ) then next("node27") else next("node28") end
197 if (Tux:get_gold() < cost ) then next("node27") else next("node28") end
216 if (Tux:get_gold() < cost ) then next("node27") else next("node28") end
375 if (Tux:get_gold(50)) then
H A DGuy.lua360 if (Tux:get_gold() == 0) then
367 if (Tux:get_gold() == 100) then
379 if (Tux:get_gold() == 100) then -- check if gold changed, just to be sure...
393 if (Tux:get_gold() == 0) then
H A DPendragon.lua77 show_if((Tux:get_gold() >= desertgate_tax), "node45")
161 if (Tux:get_gold() >= 100) then
254 if (Tux:get_gold() >= desertgate_tax) then
264 if (Tux:get_gold() >= desertgate_tax) then
H A DStone.lua43 show_if((Tux:get_gold() > 1400), "node23")
185 show_if((Tux:get_gold() > 2000), "node23")
H A DRichard.lua139 if (Tux:get_gold() < 300 ) then
H A DEwald.lua312 max = Tux:get_gold()
623 local max = Tux:get_gold()
H A DAfterTakeover.lua184 Npc:says(_"Available amount of valuable circuits for repair: %d.", Tux:get_gold())
213 if (Tux:get_gold() < AfterTakeover_repair_circuits * 1.2) then
H A DIris.lua160 if (Tux:get_gold() > 99) then
H A DEngel.lua229 if (Tux:get_gold() >= 50) then -- Training points were the problem
H A DKevin.lua317 if (Tux:get_gold() < 300) then
H A DTutorialTom.lua1088 if (Tux:get_gold() < 15) then
1089 Tux:add_gold(15 - Tux:get_gold())
H A DSpencer.lua136 if (Tux:get_gold() >= 15000000) then -- player cheated obviously :-)
/dports/games/freedroidrpg/freedroidrpg-0.16.1/map/
H A Dscript_helpers.lua396 if (gold_amount <= get_gold()) then
436 if (get_gold() < gold_amount) then
448 if (get_gold() < gold_amount) then
463 if (get_gold() < gold_amount) then
/dports/sysutils/aptly/aptly-1.4.0/system/
H A Dlib.py243 def get_gold(self, gold_name="gold"): member in BaseTest
248 self.verify_match(self.get_gold(), self.output, match_prepare=self.outputMatchPrepare)
261 self.verify_match(self.get_gold(gold_name), output, match_prepare)
282 self.verify_match(self.get_gold(gold_name), contents, match_prepare=match_prepare)
295 self.verify_match(self.get_gold(), contents)
/dports/games/freedroidrpg/freedroidrpg-0.16.1/lua_modules/
H A DFDtux_lfuns.lua71 if (amount <= self:get_gold()) then
144 if (self:get_gold() < gold) then
/dports/sysutils/aptly/aptly-1.4.0/system/t07_serve/
H A D__init__.py73 …self.verify_match(self.get_gold('http'), self.http_response, match_prepare=lambda s: "\n".join(sor…
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ditems.h72 void get_gold(const item_def& item, int quant, bool quiet);
H A Ditems.cc1713 void get_gold(const item_def& item, int quant, bool quiet) in get_gold() function
2173 get_gold(it, quant_got, quiet); in _merge_items_into_inv()
H A Dmon-death.cc563 get_gold(corpse, corpse.quantity, false); in place_monster_corpse()
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/lua/
H A DluaFD_tux.c356 LUAFD_DOC(integer get_gold(self)) in LUAFD_DOC()
918 LUAFD_CFUN(get_gold),
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dreport.c668 static int get_gold(const struct player *pplayer) in get_gold() function
1361 {"gold", get_gold}, in log_civ_score_now()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dreport.c668 static int get_gold(const struct player *pplayer) in get_gold() function
1361 {"gold", get_gold}, in log_civ_score_now()