Merge branch 'master' into develop

This commit is contained in:
Frank 2023-12-16 09:31:56 +01:00
commit 5b7e0ce375

View File

@ -2187,7 +2187,7 @@ function RANGE:onafterExitRange( From, Event, To, player )
local text = "You left the bombing range zone. "
local r=math.random(2)
local r=math.random(5)
if r==1 then
text=text.."Have a nice day!"