Skip to content

Commit bd87259

Browse files
committed
fix: Remove Cataphractii from artifact list
It not supported in any other place in the game and has no sprite.
1 parent aad2e94 commit bd87259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/scr_add_artifact/scr_add_artifact.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function scr_add_artifact(artifact_type, artifact_tags, is_identified, artifact_
6464
if (rand2<=70){
6565
base_type_detail=global.power_armour[irandom(array_length(global.power_armour)-1)];
6666
}
67-
else if (rand2<=80){base_type_detail=choose("Terminator Armour","Tartaros","Cataphractii Pattern Terminator",);}
67+
else if (rand2<=80){base_type_detail=choose("Terminator Armour","Tartaros");}
6868
else if (rand2<=90){base_type_detail="Dreadnought Armour";}
6969
else if (rand2<=100){base_type_detail="Artificer Armour";}
7070
}

0 commit comments

Comments
 (0)