diff --git a/src/helpers/RanIntoHumor.ts b/src/helpers/RanIntoHumor.ts index af8409c..bf061d3 100644 --- a/src/helpers/RanIntoHumor.ts +++ b/src/helpers/RanIntoHumor.ts @@ -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)]; }