Skip to content

Commit

Permalink
Syndicate small craft repainting (#2570)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bokkiewokkie authored Jan 3, 2024
1 parent fe7be83 commit 79c3e9b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nsv13/code/game/general_quarters/dropship_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Credit to TGMC for the interior sprites for all these!
/obj/structure/overmap/small_craft/transport/sabre/syndicate
name = "\improper Syndicate Utility Vessel"
desc = "A boarding craft for rapid troop deployment. It contains a full combat medical bay for establishing FOBs."
icon = 'nsv13/icons/overmap/syndicate/syn_raptor.dmi'
icon = 'nsv13/icons/overmap/syndicate/syn_sabre.dmi'
req_one_access = list(ACCESS_SYNDICATE)
faction = "syndicate"
start_emagged = TRUE
Expand Down
2 changes: 1 addition & 1 deletion nsv13/code/modules/overmap/fighters/_fighters.dm
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ Been a mess since 2018, we'll fix it someday (probably)
/obj/structure/overmap/small_craft/combat/light/syndicate //PVP MODE
name = "Syndicate Light Fighter"
desc = "The Syndicate's answer to Nanotrasen's light fighter craft, this fighter is designed to maintain aerial supremacy."
icon = 'nsv13/icons/overmap/syndicate/syn_viper.dmi'
icon = 'nsv13/icons/overmap/syndicate/syn_rapier.dmi'
req_one_access = ACCESS_SYNDICATE
faction = "syndicate"
start_emagged = TRUE
Expand Down
Binary file modified nsv13/icons/overmap/nanotrasen/carrier.dmi
Binary file not shown.
Binary file added nsv13/icons/overmap/syndicate/syn_rapier.dmi
Binary file not shown.
Binary file removed nsv13/icons/overmap/syndicate/syn_raptor.dmi
Binary file not shown.
Binary file added nsv13/icons/overmap/syndicate/syn_sabre.dmi
Binary file not shown.
Binary file removed nsv13/icons/overmap/syndicate/syn_viper.dmi
Binary file not shown.

0 comments on commit 79c3e9b

Please sign in to comment.