Skip to content

Commit

Permalink
Update trading_cards.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Warfan1815 authored Feb 22, 2024
1 parent 6614e3b commit 7e23219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/toys/trading_cards.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
icon_state = back_icon_state
is_front = FALSE
else
to_chat(user, SPAN_NOTICE("You reveal the card. It has a picture of [picture_description] on it!</span>"))
to_chat(user, SPAN_NOTICE("You reveal the card. It has a picture of [picture_description] on it!"))
name = front_name
desc = front_description
icon_state = front_icon_state
Expand Down

0 comments on commit 7e23219

Please sign in to comment.