diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-02-05 00:31:00 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-02-05 00:31:00 -0800 |
commit | 66f90ae6df2e7138eefcad2a357c9e09d34027af (patch) | |
tree | 1b1773ed81243c187e0743826f13672883e55d1a /hotfix-07_fix-allow-card-readers-to-despawn-riot-turrets-too-4.patch | |
parent | Apply hotfixes. (diff) | |
download | cataclysm-bn-66f90ae6df2e7138eefcad2a357c9e09d34027af.tar.xz |
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
Diffstat (limited to 'hotfix-07_fix-allow-card-readers-to-despawn-riot-turrets-too-4.patch')
-rw-r--r-- | hotfix-07_fix-allow-card-readers-to-despawn-riot-turrets-too-4.patch | 36 |
1 files changed, 36 insertions, 0 deletions
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 <chaosvolt@users.noreply.github.com> +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 + |