mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
Departmental Berets (#10391)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user