Skip to content

Commit

Permalink
new captain coat, some jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Dec 11, 2023
1 parent 01e91d8 commit e37df00
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 6 deletions.
8 changes: 4 additions & 4 deletions code/modules/clothing/factions/gezena.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
armor = list("melee" = 10, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40)

/obj/item/clothing/under/gezena/captain
name = "gezenan captain's navywear"
name = "\improper Gezenan captain's navywear"
desc = "A refined variation of the basic navywear, sporting sleek silver trim."
icon_state = "captain"
item_state = "bluejump"

/obj/item/clothing/under/gezena/marine
name = "gezenan marine fatigue"
name = "\improper Gezenan marine fatigue"
desc = "Rough inside and out, these fatigues have seen their fair share."
icon_state = "marine"
item_state = "marinejump"
Expand Down Expand Up @@ -77,7 +77,7 @@

/obj/item/clothing/suit/armor/gezena/captain
name = "captain's navywear coat"
desc = "Blood resistant, with silver trim to denote status. Lined with softer material."
desc = "Sleek, blood-resisting silver lines the inside and out of this coat, with a luxurious, soft internal lining."
icon_state = "captaincoat"
item_state = "captaincoat"

Expand Down Expand Up @@ -245,7 +245,7 @@
icon_state = "medpouches"
item_state = "whitecloth"

//Capes
//Cloaks

/obj/item/clothing/neck/cloak/gezena
name = "\improper Aziulhauz"
Expand Down
45 changes: 43 additions & 2 deletions code/modules/clothing/outfits/gezena.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,55 @@
. = ..()
if(visualsOnly)
return
H.faction |= list("playergezena")
H.faction |= list("playerGezena")

/datum/outfit/job/gezena/assistant
/datum/outfit/job/gezena

Check failure on line 9 in code/modules/clothing/outfits/gezena.dm

View workflow job for this annotation

GitHub Actions / Run Linters

Check Regex

superflous whitespace added to here, remove or update check_regex.yml
name = "Deckhand (PGF)"
jobtype = /datum/job/assistant

head = /obj/item/clothing/head/gezena
neck = /obj/item/clothing/neck/cloak/gezena
uniform = /obj/item/clothing/under/gezena
suit = /obj/item/clothing/suit/toggle/gezena
gloves = /obj/item/clothing/gloves/gezena
shoes = /obj/item/clothing/shoes/combat/gezena

/datum/outfit/job/gezena/captain
name = "Captain (PGF)"
jobtype = /datum/job/captain

head = /obj/item/clothing/head/gezena/captain
neck = /obj/item/clothing/neck/cloak/gezena/captain
uniform = /obj/item/clothing/under/gezena/captain
suit = /obj/item/clothing/suit/armor/gezena/captain
gloves = /obj/item/clothing/gloves/gezena/captain
shoes = /obj/item/clothing/shoes/combat/gezena

/datum/outfit/job/gezena/officer
name = "Officer (PGF)"
jobtype = /datum/job/head_of_personnel

head = /obj/item/clothing/head/gezena/captain

/datum/outfit/job/gezena/engineer
name = "Ship Engineer (PGF)"
jobtype = /datum/job/engineer

neck = /obj/item/clothing/neck/cloak/gezena/engi
suit = /obj/item/clothing/suit/armor/gezena/engi
gloves = /obj/item/clothing/gloves/gezena/engi

/datum/outfit/job/gezena/marine
name = "Marine (PGF)"
jobtype = /datum/job/officer

head = /obj/item/clothing/head/gezena/marine/flap
uniform = /obj/item/clothing/under/gezena/marine
gloves = /obj/item/clothing/gloves/gezena/marine

/datum/outfit/job/gezena/marine/medic
name = "Medic (PGF)"
jobtype = /datum/job/doctor

head = /obj/item/clothing/head/gezena/medic/flap
neck = /obj/item/clothing/neck/cloak/gezena/med
Binary file modified icons/mob/clothing/faction/gezena/suits.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/faction/gezena/suits.dmi
Binary file not shown.

0 comments on commit e37df00

Please sign in to comment.