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:
parent
6eb0298238
commit
f7f3db7c90
@ -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)];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user