From 66f90ae6df2e7138eefcad2a357c9e09d34027af Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 5 Feb 2024 00:31:00 -0800 Subject: Add hotfixes: -Fix player being given a wakeup from noise notice when it happens to npcs --also reduces npc 'move please' chat spam when following the player -Fix card readers not despawning riot turrets -Fix npcs detecting explosives using psychic powers --- ...ard-readers-to-despawn-riot-turrets-too-4.patch | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 hotfix-07_fix-allow-card-readers-to-despawn-riot-turrets-too-4.patch (limited to 'hotfix-07_fix-allow-card-readers-to-despawn-riot-turrets-too-4.patch') diff --git a/hotfix-07_fix-allow-card-readers-to-despawn-riot-turrets-too-4.patch b/hotfix-07_fix-allow-card-readers-to-despawn-riot-turrets-too-4.patch new file mode 100644 index 0000000..17416a3 --- /dev/null +++ b/hotfix-07_fix-allow-card-readers-to-despawn-riot-turrets-too-4.patch @@ -0,0 +1,36 @@ +From cc76e12a7b9ff5ed7810943e4c55424dbe8fc759 Mon Sep 17 00:00:00 2001 +From: Chaosvolt +Date: Mon, 8 Jan 2024 17:25:06 -0600 +Subject: [PATCH] fix: allow card readers to despawn riot turrets too (#4077) + +--- + data/json/monsters/turrets.json | 13 ++++++++++++- + 1 file changed, 12 insertions(+), 1 deletion(-) + +diff --git a/data/json/monsters/turrets.json b/data/json/monsters/turrets.json +index f74755395a3..40aadfa159e 100644 +--- a/data/json/monsters/turrets.json ++++ b/data/json/monsters/turrets.json +@@ -130,7 +130,18 @@ + ], + "death_drops": { }, + "death_function": [ "BROKEN" ], +- "flags": [ "SEES", "NOHEAD", "ELECTRONIC", "COLDPROOF", "IMMOBILE", "NO_BREATHE", "DROPS_AMMO", "BIOPROOF" ] ++ "flags": [ ++ "SEES", ++ "NOHEAD", ++ "ELECTRONIC", ++ "COLDPROOF", ++ "IMMOBILE", ++ "NO_BREATHE", ++ "DROPS_AMMO", ++ "ID_CARD_DESPAWN", ++ "CONSOLE_DESPAWN", ++ "BIOPROOF" ++ ] + }, + { + "id": "mon_turret_light", +-- +2.43.0 + -- cgit v1.2.1