Skip to content

Commit

Permalink
astral light off
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaldetSkaeg committed Jan 4, 2025
1 parent 91ca4ae commit 878e559
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Content.Shared/SS220/CultYogg/MiGo/SharedMiGoSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,10 @@ public virtual void ChangeForm(EntityUid uid, MiGoComponent comp, bool isMateria

//full vision during astral
if (TryComp<EyeComponent>(uid, out var eye))
{
_eye.SetDrawFov(uid, isMaterial, eye);
_eye.SetDrawLight((uid, eye), isMaterial);
}
}


Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/SS220/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
parent: BaseGameRule
components:
- type: GameRule
minPlayers: 40 #ToDo calculate around min players
delay: #ToDo tweak numbers
minPlayers: 40
delay:
min: 300
max: 600
- type: CultYoggRule
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/SS220/game_presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
components:
- type: BasicStationEventScheduler
scheduledGameRules: !type:NestedSelector
tableId: NoNewCrewAntagsGameRulesTables
tableId: NoNewCrewAntagsGameRulesTable

- type: entityTable
id: NoNewCrewAntagsGameRulesTable
Expand Down

0 comments on commit 878e559

Please sign in to comment.