add new rooms

This commit is contained in:
Philipp Kühn
2021-04-23 10:46:26 +02:00
parent c3d4ac9d93
commit bf95efe07f

View File

@@ -39,11 +39,17 @@ const getRandomElement = list => {
const getRandomRoom = () => { const getRandomRoom = () => {
return getRandomElement([ return getRandomElement([
'room.one', // HN killed it all
'room.two', // 'room.one',
// 'room.three', // HN killed it // 'room.two',
'room.four', // 'room.three',
'room.five', // 'room.four',
// 'room.five',
'room.six',
'room.seven',
'room.eight',
'room.nine',
'room.ten',
]) ])
} }