mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-29 08:09:34 +01:00
adds nondrug contraband to loadout
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
|
||||
/obj/item/reagent_containers/spray/pepper/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("condensedcapsaicin", 40)
|
||||
reagents.add_reagent("condensedcapsaicin", volume)
|
||||
|
||||
/obj/item/reagent_containers/spray/pepper/examine(mob/user)
|
||||
. = ..()
|
||||
@@ -146,6 +146,14 @@
|
||||
return
|
||||
. = ..()
|
||||
|
||||
/obj/item/reagent_containers/spray/pepper/small
|
||||
name = "personal pepperspray"
|
||||
desc = "A small personal defense weapon with up to two smaller pumps of blinding spray."
|
||||
icon_state = "pepperspray_small"
|
||||
item_state = "pepperspray_small"
|
||||
volume = 10
|
||||
amount_per_transfer_from_this = 5
|
||||
|
||||
/obj/item/reagent_containers/spray/waterflower
|
||||
name = "water flower"
|
||||
desc = "A seemingly innocent sunflower...with a twist."
|
||||
|
||||
Reference in New Issue
Block a user