Skip to content

Commit

Permalink
Update costume_activity1.md, costume_activity2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neonerz committed Sep 23, 2024
1 parent 1c45f3e commit 4d24702
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
23 changes: 23 additions & 0 deletions costume_activity1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
### @flyoutOnly true
### @hideIteration true
### @explicitHints true

# Choose the costumes

## Step 1
Look at the lock to see what numbers it's displaying and then use the closet to find which costume pieces matche that number. Once you've matched them up, use the ``||hoc:head, body, and legs||`` block to open the lock.

#### ~ tutorialhint
The lock needs the ``||agent:Knight||`` costume to open. Set the head, body and legs to use the ``||agent:Knight||`` items.


```ghost
hoc._costume_activity(HeadWear_Activity.Knight_Helmet, MidWear_Activity.Knight_Top, LowerWear_Activity.Knight_Legs)
```
```template
\\
```

```package
hoc2024-ts=github:ReWrite-Media/hoc2024-ts/n/costume#v0.0.113
```
20 changes: 0 additions & 20 deletions costume_activity2.md
Original file line number Diff line number Diff line change
@@ -1,20 +0,0 @@
### @flyoutOnly true
### @hideIteration true
### @explicitHints true

# Choose the costumes

## Step 1
It looks like there's a second lock made of copper. You'll need to figure out which costume pieces it requires.


```ghost
hoc._costume_activity(HeadWear_Activity.Knight_Helmet, MidWear_Activity.Knight_Top, LowerWear_Activity.Knight_Legs)
```
```template
\\
```

```package
hoc2024-ts=github:ReWrite-Media/hoc2024-ts/n/costume#v0.0.113
```

0 comments on commit 4d24702

Please sign in to comment.