diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml index f4a79d110ee..604845bd793 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml @@ -101,7 +101,7 @@ description: ghost-role-information-xeno-description rules: ghost-role-information-rules-default-team-antagonist raffle: - settings: default + settings: shortest # Corvax - type: GhostTakeoverAvailable - type: TypingIndicator proto: alien diff --git a/Resources/Prototypes/GhostRoleRaffles/settings.yml b/Resources/Prototypes/GhostRoleRaffles/settings.yml index 73700404f27..2870d55003b 100644 --- a/Resources/Prototypes/GhostRoleRaffles/settings.yml +++ b/Resources/Prototypes/GhostRoleRaffles/settings.yml @@ -13,3 +13,12 @@ initialDuration: 10 joinExtendsDurationBy: 2 maxDuration: 15 + +# Corvax-start +- type: ghostRoleRaffleSettings + id: shortest + settings: + initialDuration: 5 + joinExtendsDurationBy: 2 + maxDuration: 7 +# Corvax-end