make barstound rarer
This commit is contained in:
parent
3c9c65fa38
commit
566b0f4d36
@ -8,10 +8,10 @@ function patch(data)
|
||||
data.backdropImages = jarray{
|
||||
jarray{
|
||||
jarray{0, 0},
|
||||
"/interface/title/" .. (sb.makeRandomSource():randUInt(100) == 0 and "barst" or "starb") .. "ound.png",
|
||||
"/interface/title/" .. (sb.makeRandomSource():randUInt(300) == 0 and "barst" or "starb") .. "ound.png",
|
||||
0.5,
|
||||
jarray{0.5, 0.5}
|
||||
}
|
||||
}
|
||||
return data
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user