diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-09 12:41:03 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-09 12:41:03 -0700 |
commit | 73129732813573834acbb441513b8d43775584e8 (patch) | |
tree | b21fa0279524f069d9e82b283b047edc2ada4761 /hotfix-07_fix-allow-card-readers-to-despawn-riot-turrets-too-4.patch | |
parent | Updated default mods. (diff) | |
download | cataclysm-bn-73129732813573834acbb441513b8d43775584e8.tar.xz |
Updated to 0.6.0
Revert weapon mount obsoletion
Revert nether healing being too obvious
Fix meat scrap description
Fix missing rebuilt recon laser recipe
Add patch to nerf fungal blossom spawn rate
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, 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 - |