Skip to content

Commit

Permalink
Update orbit.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Jul 25, 2024
1 parent d434411 commit 8f01ba7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
10 changes: 8 additions & 2 deletions code/modules/gear_presets/pmc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,9 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null),
rank = JOB_PMC_GUNNER
paygrade = PAY_SHORT_PMC_SS
role_comm_title = "SG"

minimap_icon = "pmc_sg"

skills = /datum/skills/pmc/smartgunner

/datum/equipment_preset/pmc/pmc_gunner/load_gear(mob/living/carbon/human/new_human)
Expand Down Expand Up @@ -1677,7 +1680,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null),
paygrade = PAY_SHORT_PMC_TEC
role_comm_title = "TEC"

minimap_icon = "pmc_ct"
minimap_icon = "engi"

skills = /datum/skills/pmc/engineer
headset_type = /obj/item/device/radio/headset/distress/pmc/cct
Expand Down Expand Up @@ -1829,6 +1832,9 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null),
paygrade = PAY_SHORT_PMC_DIR
role_comm_title = "DIR"
skills = /datum/skills/pmc/director

minimap_icon = "pmc_sd"

headset_type = /obj/item/device/radio/headset/distress/pmc/command/director

/datum/equipment_preset/pmc/director/load_gear(mob/living/carbon/human/new_human)
Expand Down Expand Up @@ -1867,7 +1873,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null),
rank = JOB_PMC_SYNTH
paygrade = PAY_SHORT_SYN

minimap_icon = "pmc_syn"
minimap_icon = "syn"

role_comm_title = "WY Syn"
headset_type = /obj/item/device/radio/headset/distress/pmc/command
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
languages = list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE)
faction = FACTION_CLF
faction_group = list(FACTION_CLF, FACTION_SURVIVOR)
minimap_background = "background_clf"
minimap_icon = "clf_mil"
access = list(ACCESS_CIVILIAN_PUBLIC)
survivor_variant = HOSTILE_SURVIVOR

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
paygrade = PAY_SHORT_SYN
idtype = /obj/item/card/id/dogtag
role_comm_title = "173/RECON Syn"
minimap_background = "background_upp"
minimap_icon = "upp_synth"

/datum/equipment_preset/synth/survivor/upp/load_gear(mob/living/carbon/human/new_human)
Expand Down
Binary file modified icons/ui_icons/map_blips.dmi
Binary file not shown.

0 comments on commit 8f01ba7

Please sign in to comment.