Skip to content

Commit

Permalink
fixed parser bug
Browse files Browse the repository at this point in the history
  • Loading branch information
klushy225 committed Feb 27, 2024
1 parent b7d602d commit 117dcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/procs/accents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ proc/random_accent()
used = 1
if(lowertext(R.next_char) == "u")
new_string = "oi"
used = 1
used = 2
if("d")
if(prob(50))
new_string = "t"
Expand Down

0 comments on commit 117dcf3

Please sign in to comment.