Finished pepperspray, added mace item, improved security console, and a few other things. Will know when I see the diffs.

This commit is contained in:
SkyMarshal
2011-12-18 00:23:02 -07:00
parent a0298c0477
commit fc3914364f
13 changed files with 160 additions and 38 deletions
+1 -1
View File
@@ -1714,7 +1714,7 @@ datum
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, 16)
M.eye_blind = max(M.eye_blind, 12)
M:weakened = max(M:weakened, 20)
M.drop_item()
+1 -1
View File
@@ -2740,7 +2740,7 @@
icon_state = "peppertank"
anchored = 1
density = 0
amount_per_transfer_from_this = 45
amount_per_transfer_from_this = 30
New()
..()
reagents.add_reagent("condensedcapsaicin",1000)