mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
57d24e68e1
* Export single quotes instead of double * Autoformat (with quote-changing disabled)
13 lines
277 B
Lua
13 lines
277 B
Lua
-- List of hodor's responses and their weights
|
|
return {
|
|
{'Hodor.', 16},
|
|
{'Hodor?', 16},
|
|
{'Hodor!', 16},
|
|
{'Hodor! Hodor! Hodor! Hodor!', 4},
|
|
{'Hodor :(', 4},
|
|
{'Hodor :)', 4},
|
|
{'HOOOODOOOR!', 4},
|
|
{'( ͡° ͜ʖ ͡°)', 1},
|
|
{'☉ ‿ ⚆', 1}
|
|
}
|