Adds Corporate Security Beret (#29733)

* new beret woo

* new beret woo

* new beret woo fixed for all species
This commit is contained in:
Bak Bak
2025-07-24 20:20:49 +00:00
committed by GitHub
parent 4016c25199
commit 5752c8ad01
7 changed files with 7 additions and 1 deletions
+2
View File
@@ -26,6 +26,7 @@
/obj/item/clothing/head/cowboyhat/sec = 4,
/obj/item/clothing/head/officer = 4,
/obj/item/clothing/head/beret/sec = 4,
/obj/item/clothing/head/beret/sec/corporate = 4,
/obj/item/clothing/head/soft/sec = 4,
/obj/item/clothing/head/drillsgt = 4,
/obj/item/clothing/mask/bandana/red = 4,
@@ -65,6 +66,7 @@
/obj/item/clothing/head/soft/sec/corp = 40,
/obj/item/clothing/head/officer = 40,
/obj/item/clothing/head/beret/sec = 40,
/obj/item/clothing/head/beret/sec/corporate = 40,
/obj/item/clothing/head/soft/sec = 40,
/obj/item/clothing/head/cowboyhat/sec = 50,
/obj/item/clothing/head/drillsgt = 40,
+5 -1
View File
@@ -89,7 +89,11 @@
icon_state = "beret_officer"
armor = list(MELEE = 25, BULLET = 20, LASER = 20, ENERGY = 5, BOMB = 0, RAD = 0, FIRE = 10, ACID = 50)
strip_delay = 60
dog_fashion = /datum/dog_fashion/head/beret/sec
dog_fashion = /datum/dog_fashion/head/beret/sec
/obj/item/clothing/head/beret/sec/corporate
name = "corporate security beret"
icon_state = "beret_corporate_officer"
/obj/item/clothing/head/beret/warden
name = "warden's beret"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB