simple-tads-game/characters/pc.t
2024-12-10 07:38:02 +01:00

18 lines
259 B
Perl

me: Actor
'me/self'
location = startingRoom
;
+ phone: Thing
'mobile phone/cellphone'
'mobile phone'
"Your mobile phone.\n
It's Discharged. "
;
+ jeans: Wearable
'gray grey jeans/pants'
'jeans'
"Pair of gray denim pants. "
wornBy = me
;