mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
11 lines
152 B
Perl
11 lines
152 B
Perl
me: Actor
|
|
'me/self'
|
|
location = startingRoom
|
|
;
|
|
|
|
+ jeans: Wearable
|
|
'gray grey jeans/pants'
|
|
'jeans'
|
|
"Pair of gray denim pants. "
|
|
wornBy = me
|
|
;
|