Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/church/gmtemplar.dm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

/datum/outfit/gmtemplar
name = JOB_GRANDMASTER_TEMPLAR
neck = /obj/item/clothing/neck/chaincoif
neck = /obj/item/clothing/neck/gorget
armor = /obj/item/clothing/armor/plate/full/silver
shirt = /obj/item/clothing/armor/chainmail
pants = /obj/item/clothing/pants/platelegs/silver
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/garrison/royal_knight.dm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

/datum/outfit/royalknight
name = "Royal Knight Base"
neck = /obj/item/clothing/neck/chaincoif
neck = /obj/item/clothing/neck/gorget
pants = /obj/item/clothing/pants/platelegs
cloak = /obj/item/clothing/cloak/tabard/knight/guard
shirt = /obj/item/clothing/armor/gambeson/arming
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
cloak = /obj/item/clothing/cloak/psydontabard
backr = /obj/item/weapon/shield/tower/metal
gloves = /obj/item/clothing/gloves/chain/psydon
neck = /obj/item/clothing/neck/chaincoif
neck = /obj/item/clothing/neck/gorget
pants = /obj/item/clothing/pants/chainlegs
backl = /obj/item/storage/backpack/satchel/grenzel
shirt = /obj/item/clothing/armor/gambeson/heavy/inq
Expand Down
Loading