1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-12-26 11:45:37 -05:00

Intrusive thought won

This commit is contained in:
toast-ts 2024-04-11 17:26:50 +10:00
parent a1fe7a5c7a
commit cda886004f

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)];
}