-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsteve.html
95 lines (91 loc) · 1.75 KB
/
steve.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<style>
body {
background-color: black;
color: white !important;
font-size: 2em;
text-align: center;
}
a {
color: white !important;
}
img {
width: 20%;
}
div {
vertical-align: top;
width: 40%;
display: inline-block;
}
</style>
<h1>Steve's Hints</h1>
<h2>Steve-E's Music Shop</h2>
<p>
Help out Cute-E-Wonder
and Steve-E-Horror to restore
Steve-E-Wonder's Music Shop and generator.
</p>
<div>
<h3>Cute: Cute-E-Horror</h3>
<details>
<summary>
Small Hint
</summary>
<p>
There's a guy in Steve-E-Horror's store who's about
to get rid of his spine.
</p>
</details>
<details>
<summary>
Medium Hint
</summary>
<p>
Greasing the torture device will help it work.
Godd thing there's a vending machine for that!
</p>
</details>
<details>
<summary>
Big Spoiler
</summary>
<p>
Enter the Cute Mall and join the amazing
Cult of Goose to obtain a goose.
In the Cute Mall, use a Quarter
and the Goose in the Geese-to-Grease
machine to obtain the grease.
</p>
</details>
</div>
<div>
<h3>Horror: Steve-E-Horror</h3>
<details>
<summary>
Small Hint
</summary>
<p>
When you're done fixing Steve-E-Horror's problem,
you can enter his store to grab a bucket.
</p>
</details>
<details>
<summary>
Medium Hint
</summary>
<p>
His speech is a little strange
(or a "wittle stwange", perhaps).
There's been some talk about
aquatious translation devices recently.
</p>
</details>
<details>
<summary>
Big Spoiler
</summary>
<p>
Use a coin on the Aquaclaw to get
a Babelfish, then give it to Steve-E-Horror.
</p>
</details>
</div>