Skip to content

Commit

Permalink
Diagnostics now measured in GQ rather than arbitrary units
Browse files Browse the repository at this point in the history
  • Loading branch information
Oblisk234 committed Oct 23, 2024
1 parent 6822caa commit 82d9221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/modular_computers/hardware/paicard.dm
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
if(!isnull(pai))
to_chat(user, "Status: Active")
to_chat(user, "pAI designation: [pai.name]")
to_chat(user, "Remaining storage available: [pai.ram]")
to_chat(user, "Remaining storage available: [pai.ram]GQ")
else
to_chat(user, "Status: Standby")
to_chat(user, "Storage: Formatted")

0 comments on commit 82d9221

Please sign in to comment.