diff --git a/code/datums/outfits/outfit_antag.dm b/code/datums/outfits/outfit_antag.dm index 5cd6e8a8812..e5c2c95bef6 100644 --- a/code/datums/outfits/outfit_antag.dm +++ b/code/datums/outfits/outfit_antag.dm @@ -699,10 +699,10 @@ name = "Technomancer" allow_backbag_choice = FALSE - head = /obj/item/clothing/head/chameleon/technomancer - l_ear = /obj/item/radio/headset/bluespace + head = /obj/item/clothing/head/helmet/chameleon + l_ear = /obj/item/radio/headset/syndicate/alt uniform = /obj/item/clothing/under/chameleon/technomancer - suit = /obj/item/clothing/suit/chameleon/technomancer + suit = /obj/item/clothing/suit/armor/chameleon belt = /obj/item/flashlight back = /obj/item/technomancer_core shoes = /obj/item/clothing/shoes/chameleon/technomancer @@ -710,7 +710,7 @@ r_pocket = /obj/item/disposable_teleporter/free l_pocket = /obj/item/technomancer_catalog - id = /obj/item/card/id/bluespace + id = /obj/item/card/id/syndicate id_iff = IFF_BLUESPACE var/id_assignment = "Technomagus" @@ -736,9 +736,9 @@ /obj/outfit/admin/techomancer/apprentice name = "Technomancer Apprentice" - head = /obj/item/clothing/head/chameleon/technomancer + head = /obj/item/clothing/head/helmet/chameleon uniform = /obj/item/clothing/under/chameleon/technomancer - suit = /obj/item/clothing/suit/chameleon/technomancer + suit = /obj/item/clothing/suit/armor/chameleon shoes = /obj/item/clothing/shoes/chameleon/technomancer l_pocket = /obj/item/technomancer_catalog/apprentice diff --git a/html/changelogs/fyni-techno.yml b/html/changelogs/fyni-techno.yml new file mode 100644 index 00000000000..66269493ada --- /dev/null +++ b/html/changelogs/fyni-techno.yml @@ -0,0 +1,4 @@ +author: fyni +delete-after: True +changes: + - rscadd: "Buffs technomancer slightly by changing their starting loadout. They will now have chameleon armour, a proper agent ID and an antag headset." \ No newline at end of file