Skip to content

Commit 33eaae2

Browse files
committed
Discard changes to scripts/scr_arti_descr/scr_arti_descr.gml
1 parent 093cb60 commit 33eaae2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/scr_arti_descr/scr_arti_descr.gml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ function scr_arti_descr() {
1010
if (typ != "armour") {
1111
mission_data = $"This artifact is a {type()}";
1212
if (inq_mission) {
13-
mission_data +=", entrusted by the Inquisition.#";
13+
mission_data += ", entrusted by the Inquisition.#";
1414
} else if (!inq_mission) {
15-
mission_data += ".#";}
15+
mission_data += ".#";
16+
}
1617
} else if (typ == "armour") {
1718
mission_data = $"This artifact is {type()}";
1819
if (inq_mission) {

0 commit comments

Comments
 (0)