mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
Merge pull request #200 from SeepingVisage/master
Alcohol Slur Burp Fix
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
if(newletter == " ")
|
||||
newletter = "...huuuhhh..."
|
||||
else if(newletter == ".")
|
||||
newletter = " *BURP*."
|
||||
newletter = " ++BURP++."
|
||||
switch(rand(1,100) <= strength * 0.5)
|
||||
if(1)
|
||||
newletter += "'"
|
||||
|
||||
Reference in New Issue
Block a user