Departmental Berets (#10391)

This commit is contained in:
Wowzewow (Wezzy)
2020-11-04 18:22:39 +08:00
committed by GitHub
parent 3cad17e8db
commit a0c07fa6d5
40 changed files with 412 additions and 237 deletions
+17 -1
View File
@@ -58,7 +58,7 @@
bst.equip_to_slot_or_del(new /obj/item/storage/backpack/holding/bst(bst), slot_back)
bst.equip_to_slot_or_del(new /obj/item/storage/box/survival(bst.back), slot_in_backpack)
bst.equip_to_slot_or_del(new /obj/item/clothing/shoes/black/bst(bst), slot_shoes)
bst.equip_to_slot_or_del(new /obj/item/clothing/head/beret(bst), slot_head)
bst.equip_to_slot_or_del(new /obj/item/clothing/head/beret/centcom/officer/bst(bst), slot_head)
bst.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/bst(bst), slot_glasses)
bst.equip_to_slot_or_del(new /obj/item/storage/belt/utility/very_full(bst), slot_belt)
bst.equip_to_slot_or_del(new /obj/item/clothing/gloves/swat/bst(bst), slot_gloves)
@@ -480,6 +480,22 @@
return 1 //Because Bluespace
/obj/item/clothing/head/beret/centcom/officer/bst
name = "bluespace technician's beret"
desc = "A Bluespace Technician's beret. The letters 'BST' are stamped on the side."
siemens_coefficient = 0
permeability_coefficient = 0
canremove = 0
/obj/item/clothing/head/beret/centcom/officer/bst/attack_hand()
if(!usr)
return
if(!istype(usr, /mob/living/carbon/human/bst))
to_chat(usr, SPAN_ALERT("Your hand seems to go right through the [src]. It's like it doesn't exist."))
return
else
..()
//ID
/obj/item/card/id/bst
icon_state = "centcom"