Ein paar fixes

This commit is contained in:
2016-11-13 22:40:24 +01:00
parent 1b674b2d30
commit 79e7446eb9
3 changed files with 27 additions and 15 deletions

View File

@ -52,7 +52,10 @@ function fun:choose_random(user_name, other_user)
user_name..' schickt '..other_user..' nach Bikini Bottom.',
user_name..' beamt '..other_user..' hoch.',
user_name..' und '..other_user..' sind taube Nüsschen. Yeah!',
user_name..' schmiert Hundescheiße auf '..other_user..'s Nike Air.'
user_name..' schmiert Hundescheiße auf '..other_user..'s Nike Air.',
user_name..' erstellt eine falsche Route auf '..other_user..'s Navi.',
user_name..' zieht '..other_user..' die Hose aus.',
user_name..' schenkt '..other_user..' Bibis Beauty-Cream.'
}
math.randomseed(os.time())
math.randomseed(os.time())