mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
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:
@@ -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"
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user