Skip to content

Commit

Permalink
Update AntagInfoDarkspawn.tsx (#22626)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moltijoe authored Oct 2, 2024
1 parent 777ee3a commit e9ce1c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tgui/packages/tgui/interfaces/AntagInfoDarkspawn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const FlavorSection = () => {

const GuideSection = (props, context) => {
const { data } = useBackend<Info>(context);
const { has_class } = data;
const { divulged, has_class } = data;

return (
<Stack vertical fontSize="16px">
Expand All @@ -184,6 +184,12 @@ const GuideSection = (props, context) => {
- Select a class in the selection tab to decide what kind of gameplay you want.
</Stack.Item>
)}
{!divulged && (
<Stack.Item>
- Once you are ready, retreat to a secluded location to divulge.
- Divulging removes your disguise while enabling you to learn new abilities via the research tab.
</Stack.Item>
)}
<Stack.Item>
- Incapacitate crewmembers and devour their will to gain <span style={Lucidity}>lucidity</span> and <span style={Velvet}>willpower</span>.
</Stack.Item>
Expand Down

0 comments on commit e9ce1c6

Please sign in to comment.