Home
last modified time | relevance | path

Searched refs:litter_types (Results 1 – 2 of 2) sorted by relevance

/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/objects/
H A Dlitter.lua31 local litter_types = {}
34 litter_types["pee"] = 2248
35 litter_types["dead_rat"] = 2242
36 litter_types["puke"] = 2060
38 litter_types["banana"] = 1896
39 litter_types["paper"] = 1898
40 litter_types["bottle"] = 1900
46 litter_types[1] = 1894
47 litter_types[2] = 1896
48 litter_types[3] = 1898
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DGuest.cpp5245 static constexpr const Litter::Type litter_types[] = { in UpdateWalking() local
5251 auto litterType = litter_types[scenario_rand() & 0x3]; in UpdateWalking()