mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Should improve pepper spray a bit. Reduced to 2 shot per Hawkie's request.
This commit is contained in:
@@ -1709,13 +1709,13 @@ datum
|
||||
M << "\red Your glasses protect you from most of the pepperspray!"
|
||||
M:emote("scream")
|
||||
M.eye_blurry = max(M.eye_blurry, 20)
|
||||
M.eye_blind = max(M.eye_blind, 6)
|
||||
M.eye_blind = max(M.eye_blind, 4)
|
||||
return
|
||||
M:emote("scream")
|
||||
M << "\red You're sprayed directly in the eyes with pepperspray!"
|
||||
M.eye_blurry = max(M.eye_blurry, 60)
|
||||
M.eye_blind = max(M.eye_blind, 20)
|
||||
M:paralysis = max(M:paralysis, 16)
|
||||
M.eye_blind = max(M.eye_blind, 16)
|
||||
M:weakened = max(M:weakened, 20)
|
||||
M.drop_item()
|
||||
|
||||
frostoil
|
||||
|
||||
Reference in New Issue
Block a user