mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-07-14 02:23:09 +01:00
16 lines
485 B
HTML
16 lines
485 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="{{resource("css/style.css")}}">
|
|
</head>
|
|
<body class="traitor-tips">
|
|
<h1 class="center">You are a wizard!</h1>
|
|
<img src="{{resource("images/antagTips/wizard-image.png")}}" class="center" />
|
|
|
|
<p>1. Use the <em>Call Wizards</em> verb in a secure place to retrieve your items.</p>
|
|
|
|
<p>2. Your objectives will always be stored in your notes. To access them, use the <em>Notes</em> verb.<br>
|
|
</body>
|
|
</html>
|
|
|