diff --git a/Content.Shared/SS220/CultYogg/MiGo/SharedMiGoSystem.cs b/Content.Shared/SS220/CultYogg/MiGo/SharedMiGoSystem.cs index 869e569a955c..ea2c0e45ac7b 100644 --- a/Content.Shared/SS220/CultYogg/MiGo/SharedMiGoSystem.cs +++ b/Content.Shared/SS220/CultYogg/MiGo/SharedMiGoSystem.cs @@ -405,7 +405,10 @@ public virtual void ChangeForm(EntityUid uid, MiGoComponent comp, bool isMateria //full vision during astral if (TryComp(uid, out var eye)) + { _eye.SetDrawFov(uid, isMaterial, eye); + _eye.SetDrawLight((uid, eye), isMaterial); + } } diff --git a/Resources/Prototypes/SS220/GameRules/roundstart.yml b/Resources/Prototypes/SS220/GameRules/roundstart.yml index 8d4b342b5f71..62226725545b 100644 --- a/Resources/Prototypes/SS220/GameRules/roundstart.yml +++ b/Resources/Prototypes/SS220/GameRules/roundstart.yml @@ -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 diff --git a/Resources/Prototypes/SS220/game_presets.yml b/Resources/Prototypes/SS220/game_presets.yml index 0cdb4d61cb15..ddfd0f7da6d2 100644 --- a/Resources/Prototypes/SS220/game_presets.yml +++ b/Resources/Prototypes/SS220/game_presets.yml @@ -31,7 +31,7 @@ components: - type: BasicStationEventScheduler scheduledGameRules: !type:NestedSelector - tableId: NoNewCrewAntagsGameRulesTables + tableId: NoNewCrewAntagsGameRulesTable - type: entityTable id: NoNewCrewAntagsGameRulesTable