mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
18 lines
259 B
Perl
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
|
|
;
|