From fe1d2c63e9c68d10f96ffc208aa968d0062570cb Mon Sep 17 00:00:00 2001 From: pheenty Date: Mon, 21 Oct 2024 23:39:58 +0700 Subject: [PATCH 1/4] dragon nightvision --- Resources/Prototypes/Entities/Mobs/NPCs/carp.yml | 2 ++ Resources/Prototypes/Entities/Mobs/Player/dragon.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml index 233b2f9030..37426c0d4b 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml @@ -85,6 +85,8 @@ interactFailureString: petting-failure-carp interactFailureSound: path: /Audio/Effects/bite.ogg + - type: Nightvision + playSound: false - type: entity parent: BaseMobCarp diff --git a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml index c750b568b4..333fc720c0 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml @@ -152,7 +152,9 @@ - DoorBumpOpener - type: Puller needsHands: false - + - type: Nightvision + playSound: false + - type: entity parent: BaseMobDragon id: MobDragon From ae4081a4244b744c8655c0642f368282c038739c Mon Sep 17 00:00:00 2001 From: pheenty Date: Mon, 21 Oct 2024 23:41:36 +0700 Subject: [PATCH 2/4] stories --- Resources/Prototypes/Entities/Mobs/Player/dragon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml index 333fc720c0..354a9055f2 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml @@ -152,8 +152,8 @@ - DoorBumpOpener - type: Puller needsHands: false - - type: Nightvision - playSound: false + - type: Nightvision # Stories + playSound: false # Stories - type: entity parent: BaseMobDragon From 646a426b79bb9f7567459a36586082a69e03e92e Mon Sep 17 00:00:00 2001 From: pheenty Date: Mon, 21 Oct 2024 23:41:59 +0700 Subject: [PATCH 3/4] stories --- Resources/Prototypes/Entities/Mobs/NPCs/carp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml index 37426c0d4b..44f0883992 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml @@ -85,8 +85,8 @@ interactFailureString: petting-failure-carp interactFailureSound: path: /Audio/Effects/bite.ogg - - type: Nightvision - playSound: false + - type: Nightvision # Stories + playSound: false # Stories - type: entity parent: BaseMobCarp From cf6cce5d8b21298e86e4df4e948119b6225a54d2 Mon Sep 17 00:00:00 2001 From: pheenty Date: Wed, 23 Oct 2024 03:51:05 +0700 Subject: [PATCH 4/4] da --- Resources/Prototypes/Entities/Mobs/NPCs/carp.yml | 2 +- Resources/Prototypes/Entities/Mobs/Player/dragon.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml index 44f0883992..b26e46f9b3 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml @@ -86,7 +86,7 @@ interactFailureSound: path: /Audio/Effects/bite.ogg - type: Nightvision # Stories - playSound: false # Stories + toggleOnSound: null # Stories - type: entity parent: BaseMobCarp diff --git a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml index 354a9055f2..f99c28bd5b 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml @@ -153,7 +153,7 @@ - type: Puller needsHands: false - type: Nightvision # Stories - playSound: false # Stories + toggleOnSound: null # Stories - type: entity parent: BaseMobDragon