mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Fixed vars getting set twice in the same class (#19294)
Fixed vars getting set twice in the same class
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
gloves = /obj/item/clothing/gloves/tcaf
|
||||
glasses = /obj/item/clothing/glasses/safety/goggles/tactical/generic
|
||||
shoes = /obj/item/clothing/shoes/jackboots
|
||||
id = /obj/item/card/id
|
||||
id = /obj/item/card/id/distress/legion/tcaf
|
||||
accessory = /obj/item/clothing/accessory/holster/hip
|
||||
l_ear = /obj/item/device/radio/headset/legion
|
||||
r_pocket = /obj/item/crowbar/red
|
||||
@@ -15,7 +15,6 @@
|
||||
mask = /obj/item/clothing/mask/gas
|
||||
suit_store = /obj/item/gun/energy/blaster/tcaf
|
||||
accessory_contents = list(/obj/item/gun/energy/blaster/revolver = 1)
|
||||
id = /obj/item/card/id/distress/legion/tcaf
|
||||
belt = /obj/item/storage/belt/military
|
||||
belt_contents = list(
|
||||
/obj/item/melee/energy/sword/knife = 1,
|
||||
|
||||
@@ -68,10 +68,9 @@
|
||||
/obj/outfit/admin/ert/fsf/sapper
|
||||
name = "Free Solarian Fleets Sapper"
|
||||
|
||||
back = /obj/item/storage/backpack/industrial
|
||||
back = /obj/item/storage/backpack/duffel/eng
|
||||
belt = /obj/item/storage/belt/utility/very_full
|
||||
gloves = /obj/item/clothing/gloves/yellow
|
||||
back = /obj/item/storage/backpack/duffel/eng
|
||||
suit_store = /obj/item/gun/projectile/shotgun/pump/combat/sol
|
||||
accessory = /obj/item/clothing/accessory/storage/brown_vest
|
||||
accessory_contents = list(
|
||||
|
||||
Reference in New Issue
Block a user