adds constable outfit in cargocrate (#48748)

🆑
add: contraband crate with british police outfit
/🆑
why is it good for gaming:
now they can buy thematic items and sec can do fun rp

description of what is added:
items added in the security vendor:
an hat with same properties of the helmet
a suit with same properties of normal sec suit for
a whistle with 10s cooldown
a pair of white gloves
a conversion kit which can turn a stun baton in a crappier police baton (no free batons and no "upgraded versions*")
for 1100 credits

prices are so sec can buy the whole reskin kit within 20 minutes of the round

tl note: police baton is more garbage than the roundstart free sec baton its for thematic rp
This commit is contained in:
Tlaltecuhtli
2020-01-27 23:41:40 +13:00
committed by oranges
parent 3f1e629f59
commit d29d87630c
15 changed files with 68 additions and 1 deletions
+11
View File
@@ -407,6 +407,17 @@
/obj/item/storage/box/wall_flash)
crate_name = "wall-mounted flash crate"
/datum/supply_pack/security/constable
name = "Traditional Equipment Crate"
desc = "Spare equipment found in a warehouse."
cost = 1100
contraband = TRUE
contains = list(/obj/item/clothing/under/rank/security/constable,
/obj/item/clothing/head/helmet/constable,
/obj/item/clothing/gloves/color/white,
/obj/item/clothing/mask/whistle,
/obj/item/conversion_kit)
//////////////////////////////////////////////////////////////////////////////
//////////////////////////// Armory //////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
+1
View File
@@ -174,6 +174,7 @@
desc = "These look pretty fancy."
icon_state = "white"
item_state = "wgloves"
custom_price = 200
/obj/effect/spawner/lootdrop/gloves
name = "random gloves"
+10
View File
@@ -163,6 +163,16 @@
icon_state = "policehelm"
dynamic_hair_suffix = ""
/obj/item/clothing/head/helmet/constable
name = "constable helmet"
desc = "A british looking helmet."
mob_overlay_icon = 'icons/mob/large-worn-icons/64x64/head.dmi'
icon_state = "constable"
item_state = "constable"
worn_x_dimension = 64
worn_y_dimension = 64
custom_price = 350
/obj/item/clothing/head/helmet/swat/nanotrasen
name = "\improper SWAT helmet"
desc = "An extremely robust, space-worthy helmet with the Nanotrasen logo emblazoned on the top."
+15
View File
@@ -176,6 +176,21 @@ GLOBAL_LIST_INIT(hailer_phrases, list(
/obj/item/clothing/mask/gas/sechailer/proc/reset_overuse_cooldown()
overuse_cooldown = FALSE
/obj/item/clothing/mask/whistle
name = "police whistle"
desc = "A police whistle for when you need to make sure the criminals hear you."
icon_state = "whistle"
item_state = "whistle"
slot_flags = ITEM_SLOT_MASK|ITEM_SLOT_NECK
custom_price = 150
actions_types = list(/datum/action/item_action/halt)
/obj/item/clothing/mask/whistle/ui_action_click(mob/user, action)
if(cooldown < world.time - 100)
usr.audible_message("<font color='red' size='5'><b>HALT!</b></font>")
playsound(src.loc, "sound/misc/whistle.ogg", 100, FALSE, 4)
cooldown = world.time
#undef PHRASE_COOLDOWN
#undef OVERUSE_COOLDOWN
#undef AGGR_GOOD_COP
@@ -53,6 +53,14 @@
item_state = "officerblueclothes"
alt_covers_chest = TRUE
/obj/item/clothing/under/rank/security/constable
name = "constable outfit"
desc = "A british looking outfit."
icon_state = "constable"
item_state = "constable"
can_adjust = FALSE
custom_price = 200
/obj/item/clothing/under/rank/security/warden
name = "security suit"
desc = "A formal security suit for officers complete with Nanotrasen belt buckle."