mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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()
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user