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, 0 insertions, 36 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
deleted file mode 100644
index 17416a3..0000000
--- a/hotfix-07_fix-allow-card-readers-to-despawn-riot-turrets-too-4.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-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
-