Skip to content

Commit

Permalink
Makes admin-only ships italicized
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Dec 11, 2024
1 parent fc9d499 commit c542246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/autowiki/pages/shiptable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
var/ship_name = "\[\[[ship.name]|[shorter_name]\]\]"
if(!ship.enabled)
ships_output += include_template("Tooltip", list(
"1" = ship_name,
"1" = "''[ship_name]''",
"2" = "This ship is admin-spawn only.",
"3" = "f00" //red
))
Expand Down

0 comments on commit c542246

Please sign in to comment.