Added some duck funny faces
This commit is contained in:
parent
8fae434532
commit
62a4220ce0
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ ducks = [ x : y : z | x <- ">=", y <- face, z <- ["__/", "_/"] ]
|
|||
++ [ L.reverse $ x : y : z | x <- "<=", y <- face, z <- ["__\\", "_\\"] ]
|
||||
where
|
||||
face :: String
|
||||
face = "oO°@©®ð*òôóø⊕ΩꙫꙩꙨ◔"
|
||||
face = "oO°@©®ð*òôóø⊕ΩꙫꙩꙨ◔ȯõ⁰"
|
||||
|
||||
-- | Weapons can have different noises
|
||||
bangs :: [String]
|
||||
|
|
Reference in a new issue