Skip to content

Commit

Permalink
Strangles the CI with my bare hands (#2482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox authored Nov 14, 2023
1 parent 21fe4e9 commit f86c026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/overmap/ships/controlled_ship_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
ship_account = new(name, source_template.starting_funds)

#ifdef UNIT_TESTS
Rename("[source_template]")
Rename("[source_template]", TRUE)
#else
Rename("[source_template.prefix] [pick_list_replacements(SHIP_NAMES_FILE, pick(source_template.name_categories))]", TRUE)
#endif
Expand Down

0 comments on commit f86c026

Please sign in to comment.