1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
From f25e3e13491872cef28f7bcf245c4b3f0c5dc5f5 Mon Sep 17 00:00:00 2001
From: Chaosvolt <chaosvolt@users.noreply.github.com>
Date: Sun, 4 Jun 2023 12:30:28 -0500
Subject: [PATCH] Fix mutant scenarios adding an obsoleted trait (#2929)
---
data/json/scenarios.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/json/scenarios.json b/data/json/scenarios.json
index 4b0a90da8b1..20c82aba2d4 100644
--- a/data/json/scenarios.json
+++ b/data/json/scenarios.json
@@ -250,7 +250,7 @@
"allowed_locs": [ "sloc_lab_random", "sloc_lab_escape_cells", "sloc_lab_finale", "sloc_ice_lab_stairs", "sloc_ice_lab_finale" ],
"traits": [
"ELFAEYES",
- "URSINE_EYE",
+ "NIGHTVISION2",
"FANGS",
"GILLS",
"SPINES",
@@ -489,7 +489,7 @@
],
"traits": [
"ELFAEYES",
- "URSINE_EYE",
+ "NIGHTVISION2",
"FANGS",
"GILLS",
"SPINES",
--
2.40.1
|