1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 16:30:58 -05:00

Intrusive thought won

This commit is contained in:
toast-ts 2024-04-11 17:26:50 +10:00
parent 6eb0298238
commit f7f3db7c90

View File

@ -13,7 +13,7 @@ export default ()=>{
'traffic light', 'bridge',
'fountain', 'dumpster',
'mailbox', 'parking meter',
'bus', 'truck'
'bus', 'truck', 'glass door'
] as string[];
return ranIntoSomething[Math.floor(Math.random()*ranIntoSomething.length)];
}