From: Christine Lemmer-Webber Date: Wed, 21 Sep 2022 14:42:32 +0000 (-0400) Subject: Add a monster stuffie to the lobby X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=0b3115cf3ccd89fbfa65c661b4ac7032b3063ebd Add a monster stuffie to the lobby --- diff --git a/worlds/bricabrac.scm b/worlds/bricabrac.scm index 3910990..dfd62eb 100644 --- a/worlds/bricabrac.scm +++ b/worlds/bricabrac.scm @@ -424,7 +424,17 @@ this general shape in the 1990s." #:goes-by '("orange cartoon cat phone" "orange cartoon cat telephone" "orange cat phone" "orange cat telephone" "cartoon cat phone" "cartoon cat" - "cat phone" "cat telephone" "phone" "telephone")))) + "cat phone" "cat telephone" "phone" "telephone")) + ('lobby:monster-stuffie + 'lobby + #:name "an off-brand monster stuffie" + #:desc "It's an off brand monster stuffed animal that looks, well kinda +like a popular character you've seen in a video game, but there's been a very +thin attempt to make it look like something different... mostly by changing +the shape of the ears. It's cute though!" + #:take-me? #t + #:goes-by '("monster stuffie" "monster" "stuffed animal" "stuffed monster" + "off-brand monster stuffie" "stuffie" "monster stuffie"))))