mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Fixes some Sol uniforms having their uniforms being unable to be rolled (#14243)
This commit is contained in:
@@ -310,8 +310,8 @@
|
||||
/obj/item/inflatable_duck,
|
||||
/obj/item/beach_ball,
|
||||
/obj/item/clothing/under/syndicate/tracksuit,
|
||||
/obj/item/clothing/under/rank/fatigues/marine,
|
||||
/obj/item/clothing/under/rank/dress/marine,
|
||||
/obj/item/clothing/under/rank/sol/marine,
|
||||
/obj/item/clothing/under/rank/sol/dress/marine,
|
||||
/obj/random/hoodie,
|
||||
/mob/living/simple_animal/cat/kitten,
|
||||
/mob/living/simple_animal/chick,
|
||||
|
||||
@@ -171,7 +171,7 @@
|
||||
/obj/item/melee/ceremonial_sword
|
||||
name = "sol officer ceremonial sword"
|
||||
desc = "A ceremonial sword issued to Sol navy officers as part of their dress uniform."
|
||||
icon = 'icons/obj/sol_uniform.dmi'
|
||||
icon = 'icons/clothing/under/uniforms/sol_uniform.dmi'
|
||||
icon_state = "officersword"
|
||||
item_state = "officersword"
|
||||
contained_sprite = TRUE
|
||||
@@ -190,7 +190,5 @@
|
||||
/obj/item/melee/ceremonial_sword/marine
|
||||
name = "sol marine ceremonial sword"
|
||||
desc = "A ceremonial sword issued to Sol marine officers as part of their dress uniform."
|
||||
icon = 'icons/obj/sol_uniform.dmi'
|
||||
icon_state = "marineofficersword"
|
||||
item_state = "marineofficersword"
|
||||
contained_sprite = 1
|
||||
|
||||
Reference in New Issue
Block a user