Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Applevangelist
2023-12-18 10:58:59 +01:00
4 changed files with 181 additions and 3 deletions

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!"