We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093cb60 commit 33eaae2Copy full SHA for 33eaae2
1 file changed
scripts/scr_arti_descr/scr_arti_descr.gml
@@ -10,9 +10,10 @@ function scr_arti_descr() {
10
if (typ != "armour") {
11
mission_data = $"This artifact is a {type()}";
12
if (inq_mission) {
13
- mission_data +=", entrusted by the Inquisition.#";
+ mission_data += ", entrusted by the Inquisition.#";
14
} else if (!inq_mission) {
15
- mission_data += ".#";}
+ mission_data += ".#";
16
+ }
17
} else if (typ == "armour") {
18
mission_data = $"This artifact is {type()}";
19
0 commit comments