Update Range.lua

- Fixed random good by phrase
This commit is contained in:
Frank 2023-12-16 09:31:44 +01:00
parent bda4efc634
commit 0ae9be49da

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