Amount in stacks is bold now (#9269)

This commit is contained in:
Wowzewow (Wezzy)
2020-07-06 13:52:28 +02:00
committed by GitHub
parent f2a68890c1
commit 793892ae0b
3 changed files with 43 additions and 2 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
if(..(user, 1))
if(!iscoil())
if(!uses_charge)
to_chat(user, "There [src.amount == 1 ? "is" : "are"] [src.amount] [src.singular_name]\s in the stack.")
to_chat(user, "There [src.amount == 1 ? "is" : "are"] <b>[src.amount]</b> [src.singular_name]\s in the stack.")
else
to_chat(user, "You have enough charge to produce <b>[get_amount()]</b>.")