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:
SkyMarshal
2011-12-15 23:58:17 -07:00
parent 79ad7d1ae9
commit 159ce32cc7
6 changed files with 88 additions and 28 deletions
+5 -7
View File
@@ -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