summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-12-31 15:50:16 -0600
committerBoutade <thegoofist@protonmail.com>2019-12-31 15:50:16 -0600
commit44f5bff344a70333616f5849d937d18857c9e573 (patch)
tree5d8b3ad9b995cfe20cdeaff67b175a4586fc4eb1
parentd88a9000169b04e48ab68975107125d3df805b41 (diff)
pedestrian spawns more oftenmaster
-rw-r--r--the-price-of-a-cup-of-coffee.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/the-price-of-a-cup-of-coffee.lisp b/the-price-of-a-cup-of-coffee.lisp
index 31929fd..9b51e83 100644
--- a/the-price-of-a-cup-of-coffee.lisp
+++ b/the-price-of-a-cup-of-coffee.lisp
@@ -453,7 +453,8 @@
(defun spawn-pedestrian-loop ()
(when (< (length *pedestrians*) *pedestrian-count*)
(spawn-pedestrian))
- (pause-then 1200 #'spawn-pedestrian-loop))
+ (pause-then 600 #'spawn-pedestrian-loop))
+
;;;; ANIMATIONS AND SEQUENCES
(defun update-tweens (time)