SWIM OR DRIP JACK (#22610)

This commit is contained in:
Octus
2023-10-09 14:33:54 -05:00
committed by GitHub
parent 5b6a2de4ca
commit 1ba9bc7cb7
4 changed files with 12 additions and 2 deletions
+4 -2
View File
@@ -45,7 +45,8 @@
contraband = list(/obj/item/clothing/head/helmet/street_judge = 1,
/obj/item/clothing/suit/armor/vest/street_judge = 1,
/obj/item/toy/figure/crew/hos = 1,
/obj/item/toy/figure/crew/secofficer = 1)
/obj/item/toy/figure/crew/secofficer = 1,
/obj/item/clothing/shoes/jackboots/noisy = 3)
prices = list(/obj/item/clothing/under/rank/security/officer/corporate = 50,
/obj/item/clothing/under/rank/security/officer/skirt/corporate = 50,
@@ -76,7 +77,8 @@
/obj/item/storage/backpack/security = 50,
/obj/item/storage/backpack/satchel_sec = 50,
/obj/item/clothing/gloves/color/black = 20,
/obj/item/clothing/accessory/armband/sec = 20)
/obj/item/clothing/accessory/armband/sec = 20,
/obj/item/clothing/shoes/jackboots/noisy = 200)
refill_canister = /obj/item/vending_refill/secdrobe
@@ -175,6 +175,14 @@
icon_state = "jacksandal"
item_color = "jacksandal"
/obj/item/clothing/shoes/jackboots/noisy
name = "heavy jackboots"
desc = "Outdated heavier versions of the standard Nanotrasen-issue Security combat boots. Pick up that can."
/obj/item/clothing/shoes/jackboots/noisy/Initialize(mapload)
. = ..()
AddComponent(/datum/component/squeak, list('sound/effects/jackboot1.ogg' = 1, 'sound/effects/jackboot2.ogg' = 1), 50, falloff_exponent = 20)
/obj/item/clothing/shoes/workboots
name = "work boots"
desc = "Thick-soled boots for industrial work environments."
Binary file not shown.
Binary file not shown.