mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Fixes some Sol uniforms having their uniforms being unable to be rolled (#14243)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/datum/outfit/admin/ert/fsf
|
||||
name = "Free Solarian Fleets Marine"
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/fatigues/marine
|
||||
uniform = /obj/item/clothing/under/rank/sol/marine
|
||||
shoes = /obj/item/clothing/shoes/swat/ert
|
||||
gloves = /obj/item/clothing/gloves/swat/ert
|
||||
belt = /obj/item/storage/belt/military
|
||||
@@ -107,11 +107,11 @@
|
||||
/obj/item/ammo_magazine/mc9mm = 2,
|
||||
/obj/item/handcuffs/ziptie = 2
|
||||
)
|
||||
|
||||
|
||||
/datum/outfit/admin/ert/fsf/synth
|
||||
name = "Free Solarian Fleets Synthetic Unit"
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/fatigues
|
||||
uniform = /obj/item/clothing/under/rank/sol
|
||||
accessory = /obj/item/clothing/accessory/storage/webbingharness/pouches/ert
|
||||
accessory_contents = list(/obj/item/gun/projectile/pistol/sol = 1, /obj/item/ammo_magazine/mc9mm = 2)
|
||||
shoes = /obj/item/clothing/shoes/jackboots
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
/datum/outfit/admin/event/sol_marine
|
||||
name = "Solarian Marine"
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/fatigues
|
||||
uniform = /obj/item/clothing/under/rank/sol
|
||||
shoes = /obj/item/clothing/shoes/magboots
|
||||
gloves = /obj/item/clothing/gloves/combat
|
||||
l_ear = /obj/item/device/radio/headset/syndicate
|
||||
@@ -164,4 +164,4 @@
|
||||
|
||||
accessory = /obj/item/clothing/accessory/storage/bandolier
|
||||
accessory_contents = list(/obj/item/ammo_casing/shotgun = 8,
|
||||
/obj/item/ammo_casing/shotgun/pellet = 8)
|
||||
/obj/item/ammo_casing/shotgun/pellet = 8)
|
||||
|
||||
@@ -209,7 +209,7 @@
|
||||
/obj/item/clothing/under/rank/chef,
|
||||
/obj/item/clothing/under/rank/chaplain,
|
||||
/obj/item/clothing/under/rank/engineer,
|
||||
/obj/item/clothing/under/rank/fatigues,
|
||||
/obj/item/clothing/under/rank/sol,
|
||||
/obj/item/clothing/under/rank/miner,
|
||||
/obj/item/clothing/under/skirt/offworlder,
|
||||
/obj/item/clothing/under/suit_jacket/tan,
|
||||
@@ -297,7 +297,7 @@
|
||||
/obj/item/clothing/head/hijab,
|
||||
/obj/item/clothing/head/hijab/grey,
|
||||
/obj/item/clothing/head/hijab/red,
|
||||
/obj/item/clothing/head/navy/garrison,
|
||||
/obj/item/clothing/head/sol/garrison,
|
||||
/obj/item/clothing/head/nonla,
|
||||
/obj/item/clothing/head/helmet/bucket,
|
||||
/obj/item/clothing/head/helmet/material/makeshift/plasteel,
|
||||
|
||||
Reference in New Issue
Block a user