mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Reduced range to not affect off-screen dudes and dudettes
This commit is contained in:
@@ -44,7 +44,7 @@ effective or pretty fucking useless.
|
||||
return
|
||||
|
||||
|
||||
for(var/mob/living/carbon/human/M in oview(10, user))
|
||||
for(var/mob/living/carbon/human/M in oview(7, user))
|
||||
if(prob(50))
|
||||
M.Weaken(rand(4,7))
|
||||
add_logs(M, user, "stunned", src)
|
||||
|
||||
Reference in New Issue
Block a user