Skip to content

Commit

Permalink
whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Feb 10, 2024
1 parent f346e76 commit 18ce54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/new_player/ship_select.dm
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@

var/list/ship_data = list(
"name" = S.name,
"faction" = S.faction_name,
"faction" = S.source_template.faction_name,
"class" = S.source_template.short_name,
"desc" = S.source_template.description,
"tags" = S.source_template.tags,
Expand Down

0 comments on commit 18ce54b

Please sign in to comment.