mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Custodial Holster Sprite Fix (#15351)
This commit is contained in:
@@ -184,6 +184,7 @@
|
||||
/obj/item/clothing/accessory/holster/utility
|
||||
name = "utility holster"
|
||||
desc = "A utility holster."
|
||||
icon = 'icons/obj/item/clothing/accessory/utility_holsters.dmi'
|
||||
|
||||
var/list/allowed_items = list() // A list of allowed items.
|
||||
|
||||
@@ -212,13 +213,13 @@
|
||||
/obj/item/clothing/accessory/holster/utility/custodial/armpit
|
||||
name = "brown custodial armpit holster"
|
||||
desc = "A brown utility holster which can't hold actual firearms. This particular one is designed for custodial personnel."
|
||||
icon_state = "holster_brown"
|
||||
item_state = "holster_brown"
|
||||
icon_state = "custodial_brown"
|
||||
item_state = "custodial_brown"
|
||||
|
||||
// Brown Custodial Hip Holster
|
||||
/obj/item/clothing/accessory/holster/utility/custodial/hip
|
||||
name = "brown custodial hip holster"
|
||||
desc = "A brown utility holster which can't hold actual firearms. This particular one is designed for custodial personnel."
|
||||
icon_state = "holster_brown_hip"
|
||||
item_state = "holster_brown_hip"
|
||||
icon_state = "custodial_brown_hip"
|
||||
item_state = "custodial_brown_hip"
|
||||
/********** Utility Holsters End **********/
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: SleepyGemmy
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Restores the custodial utility holster sprites."
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user