mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 20: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',
|
'traffic light', 'bridge',
|
||||||
'fountain', 'dumpster',
|
'fountain', 'dumpster',
|
||||||
'mailbox', 'parking meter',
|
'mailbox', 'parking meter',
|
||||||
'bus', 'truck'
|
'bus', 'truck', 'glass door'
|
||||||
] as string[];
|
] as string[];
|
||||||
return ranIntoSomething[Math.floor(Math.random()*ranIntoSomething.length)];
|
return ranIntoSomething[Math.floor(Math.random()*ranIntoSomething.length)];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user