We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52d902 commit 2dc9239Copy full SHA for 2dc9239
scripts/scr_ancient_ruins/scr_ancient_ruins.gml
@@ -287,6 +287,8 @@ function scr_ruins_combat_end() {
287
}
288
289
290
+
291
+ scr_ruins_reward(_star,location_id,self);
292
} else if (obj_ground_mission.defeat == 1) {
293
var dice=d100_roll();
294
@@ -358,9 +360,4 @@ function scr_ruins_combat_end() {
358
360
359
361
362
-
- if (obj_ground_mission.defeat=0) {
363
- scr_ruins_reward(_star,location_id,self);
364
- }
365
366
0 commit comments