mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Merge pull request #4899 from Anewbe/rad_anomaly
Weakens the random mining radbursts
This commit is contained in:
@@ -488,7 +488,7 @@ var/list/mining_overlay_cache = list()
|
|||||||
M.flash_eyes()
|
M.flash_eyes()
|
||||||
if(prob(50))
|
if(prob(50))
|
||||||
M.Stun(5)
|
M.Stun(5)
|
||||||
radiation_repository.flat_radiate(src, 25, 200)
|
radiation_repository.flat_radiate(src, 25, 100)
|
||||||
if(prob(25))
|
if(prob(25))
|
||||||
excavate_find(prob(5), finds[1])
|
excavate_find(prob(5), finds[1])
|
||||||
else if(rand(1,500) == 1)
|
else if(rand(1,500) == 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user