Skip to content

Commit

Permalink
missing punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoengi authored Dec 18, 2024
1 parent 55f3a23 commit 285ded2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/machinery/roulette_machine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
///Machine that lets you play roulette. Odds are pre-defined to be the same as European Roulette without the "En Prison" rule
/obj/machinery/roulette
name = "Roulette Table"
desc = "A computerized roulette table. Swipe your bank card to play or register yourself as owner!"
desc = "A computerized roulette table. Swipe your bank card to play or register yourself as the owner!"
icon = 'icons/obj/machines/roulette.dmi'
icon_state = "idle"
density = TRUE
Expand Down Expand Up @@ -217,7 +217,7 @@
handle_color_light(color)

if(!is_winner)
audible_message("<span class='warning'>You lost! Better luck next time</span>")
audible_message("<span class='warning'>You lost! Better luck next time!</span>")
playsound(src, 'sound/machines/synth_no.ogg', 50)
return FALSE

Expand Down

0 comments on commit 285ded2

Please sign in to comment.