adds the judge armor and helmet (#20623)

* adds the street judge armor and helmet

* better helmet

* species sprites

* Moved to contraband, -1 per

* whoops
This commit is contained in:
GDN
2023-04-04 09:46:28 +01:00
committed by GitHub
parent d37d998bc8
commit f456dffd66
11 changed files with 15 additions and 1 deletions
+5 -1
View File
@@ -36,7 +36,9 @@
/obj/item/storage/backpack/satchel_sec = 2,
/obj/item/clothing/gloves/color/black = 4,
/obj/item/clothing/accessory/armband/sec = 6)
contraband = list(/obj/item/toy/figure/crew/hos = 1,
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)
prices = list(/obj/item/clothing/under/rank/security/officer/corporate = 50,
@@ -62,6 +64,8 @@
/obj/item/clothing/shoes/jackboots = 20,
/obj/item/clothing/shoes/jackboots/jacksandals = 20,
/obj/item/clothing/shoes/laceup = 30,
/obj/item/clothing/head/helmet/street_judge = 75,
/obj/item/clothing/suit/armor/vest/street_judge = 100,
/obj/item/storage/backpack/duffel/security = 50,
/obj/item/storage/backpack/security = 50,
/obj/item/storage/backpack/satchel_sec = 50,
+5
View File
@@ -263,6 +263,11 @@
armor = list(MELEE = 10, BULLET = 5, LASER = 20, ENERGY = 5, BOMB = 10, BIO = 0, RAD = 0, FIRE = 35, ACID = 50)
strip_delay = 60
/obj/item/clothing/head/helmet/street_judge
name = "judge's helmet"
desc = "Commonly used security headgear for the more theatrically inclined. Wear this in hostage situations to make everything worse."
icon_state = "streetjudge_hat"
//Commander
/obj/item/clothing/head/helmet/ert/command
name = "emergency response team commander helmet"
+5
View File
@@ -80,6 +80,11 @@
return
..()
/obj/item/clothing/suit/armor/vest/street_judge
name = "judge's security armor"
desc = "Perfect for when you're looking to send a message rather than performing your actual duties."
icon_state = "streetjudgearmor"
/obj/item/clothing/suit/armor/vest/blueshield
name = "blueshield's security armor"
desc = "An armored vest with the badge of a Blueshield Lieutenant."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 KiB

After

Width:  |  Height:  |  Size: 329 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 514 KiB

After

Width:  |  Height:  |  Size: 515 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 136 KiB