mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Bug fixes: cargo robusting gloves, skrell plants and idris clothing (#7039)
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
/datum/outfit/job/detective/idris
|
||||
name = "Detective - Idris"
|
||||
uniform = /obj/item/clothing/under/rank/security/idris/alt
|
||||
uniform = /obj/item/clothing/under/rank/security/idris
|
||||
id = /obj/item/weapon/card/id/idris/sec
|
||||
|
||||
/datum/outfit/job/bartender/idris
|
||||
|
||||
@@ -237,7 +237,8 @@ STOCK_ITEM_COMMON(gloves, 3.3)
|
||||
/obj/item/clothing/gloves/swat/fluff/hawk_gloves,
|
||||
/obj/item/clothing/gloves/black/fluff/kathleen_glove,
|
||||
/obj/item/clothing/gloves/powerfist,
|
||||
/obj/item/clothing/gloves/claws
|
||||
/obj/item/clothing/gloves/claws,
|
||||
/obj/item/clothing/gloves/ballistic
|
||||
)
|
||||
exclusion += typesof(/obj/item/clothing/gloves/rig)
|
||||
exclusion += typesof(/obj/item/clothing/gloves/lightrig)
|
||||
|
||||
@@ -111,10 +111,6 @@
|
||||
icon_state = "idris_sec"
|
||||
worn_state = "idris_sec"
|
||||
|
||||
/obj/item/clothing/under/rank/security/idris/alt
|
||||
icon_state = "idris_alt"
|
||||
worn_state = "idris_alt"
|
||||
|
||||
/obj/item/clothing/under/rank/security/eridani
|
||||
name = "Eridani PMC uniform"
|
||||
desc = "A uniform worn by contracted Eridani security forces."
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Alberyk
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed ballistic gauntlets spawning at cargo."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user