diff --git a/Resources/Prototypes/GameRules/unknown_shuttles.yml b/Resources/Prototypes/GameRules/unknown_shuttles.yml index 359d7bffc0..0399982c57 100644 --- a/Resources/Prototypes/GameRules/unknown_shuttles.yml +++ b/Resources/Prototypes/GameRules/unknown_shuttles.yml @@ -8,7 +8,8 @@ startAudio: path: /Audio/Announcements/attention.ogg weight: 5 - reoccurrenceDelay: 30 + # reoccurrenceDelay: 30 # HONK EDIT + maxOccurrences: 1 # HONK EDIT duration: 1 - type: LoadMapRule preloadedGrid: ShuttleCargoLost @@ -23,7 +24,8 @@ startAudio: path: /Audio/Announcements/attention.ogg weight: 5 - reoccurrenceDelay: 30 + # reoccurrenceDelay: 30 # HONK EDIT + maxOccurrences: 1 # HONK EDIT duration: 1 - type: LoadMapRule preloadedGrid: TravelingCuisine @@ -38,7 +40,8 @@ startAudio: path: /Audio/Announcements/attention.ogg weight: 5 - reoccurrenceDelay: 30 + # reoccurrenceDelay: 30 # HONK EDIT + maxOccurrences: 1 # HONK EDIT duration: 1 - type: LoadMapRule preloadedGrid: DisasterEvacPod @@ -53,7 +56,8 @@ startAudio: path: /Audio/Announcements/attention.ogg weight: 2 - reoccurrenceDelay: 30 + # reoccurrenceDelay: 30 # HONK EDIT + maxOccurrences: 1 # HONK EDIT duration: 1 - type: LoadMapRule preloadedGrid: Honki @@ -68,7 +72,9 @@ startAudio: path: /Audio/Announcements/attention.ogg weight: 2 - reoccurrenceDelay: 30 + # reoccurrenceDelay: 30 # HONK EDIT + maxOccurrences: 1 # HONK EDIT + minimumPlayers: 30 # HONK EDIT duration: 1 - type: LoadMapRule preloadedGrid: SyndieEvacPod diff --git a/Resources/Prototypes/_Honk/Entities/Markers/Spawners/ghost_roles.yml b/Resources/Prototypes/_Honk/Entities/Markers/Spawners/ghost_roles.yml index fb8b9fde9e..e70ac181b4 100644 --- a/Resources/Prototypes/_Honk/Entities/Markers/Spawners/ghost_roles.yml +++ b/Resources/Prototypes/_Honk/Entities/Markers/Spawners/ghost_roles.yml @@ -7,6 +7,8 @@ name: Подрывник синдиката description: Пришёл, чтобы красиво уйти rules: Вы - антагонист и можете убивать всех, кто пытается вам помешать, но убийство цели - всегда ваш наивысший приоритет. + raffle: + settings: default - type: GhostRoleMobSpawner prototype: MobHumanDemolitionist - type: Sprite diff --git a/Resources/Prototypes/_Honk/Entities/Mobs/Player/human.yml b/Resources/Prototypes/_Honk/Entities/Mobs/Player/human.yml index d0b6407627..0bc02c4063 100644 --- a/Resources/Prototypes/_Honk/Entities/Mobs/Player/human.yml +++ b/Resources/Prototypes/_Honk/Entities/Mobs/Player/human.yml @@ -17,3 +17,6 @@ - type: NpcFactionMember factions: - Syndicate + - type: AutoTraitor + giveUplink: false + giveObjectives: false diff --git a/Resources/Prototypes/_Honk/GameRules/events.yml b/Resources/Prototypes/_Honk/GameRules/events.yml index 2c4928be91..32215a102c 100644 --- a/Resources/Prototypes/_Honk/GameRules/events.yml +++ b/Resources/Prototypes/_Honk/GameRules/events.yml @@ -6,7 +6,8 @@ - type: StationEvent weight: 8 duration: 1 - earliestStart: 20 - minimumPlayers: 20 + earliestStart: 30 + minimumPlayers: 30 + maxOccurrences: 1 - type: LoadMapRule preloadedGrid: DemolitionistShuttle