mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Improved pepper spray, added a safety catch to pepper spray and space cleaner, added a wire to reset the module of a borg.
This commit is contained in:
@@ -1705,19 +1705,17 @@ datum
|
||||
|
||||
M << "\red Your mask protects you from the pepperspray!"
|
||||
return
|
||||
if(M:head)
|
||||
M << "\red Your helmet protects you from the pepperspray!"
|
||||
return
|
||||
if(M:glasses)
|
||||
M << "\red Your glasses protect you from most of the pepperspray!"
|
||||
M:emote("scream")
|
||||
M.eye_blurry = max(M.eye_blurry, 2)
|
||||
M.eye_blurry = max(M.eye_blurry, 20)
|
||||
M.eye_blind = max(M.eye_blind, 6)
|
||||
return
|
||||
M:emote("scream")
|
||||
M << "\red You're sprayed directly in the eyes with pepperspray!"
|
||||
M.eye_blurry = max(M.eye_blurry, 10)
|
||||
M.eye_blind = max(M.eye_blind, 4)
|
||||
M:paralysis = max(M:paralysis, 2)
|
||||
M.eye_blurry = max(M.eye_blurry, 60)
|
||||
M.eye_blind = max(M.eye_blind, 20)
|
||||
M:paralysis = max(M:paralysis, 16)
|
||||
M.drop_item()
|
||||
|
||||
frostoil
|
||||
|
||||
Reference in New Issue
Block a user