summaryrefslogtreecommitdiff
path: root/hotfix-07_fix-allow-card-readers-to-despawn-riot-turrets-too-4.patch
diff options
context:
space:
mode:
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.patch36
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
+