1 parent 329fc12 commit 858830bCopy full SHA for 858830b
1 file changed
scripts_src/base/ecmelpet.ssl
@@ -52,7 +52,7 @@ import variable melchior_obj;
52
variable i_died;
53
54
procedure start begin
55
- set_self_team(TEAM_SUPER_MUTANT); // added by killap
+ set_self_team(TEAM_SUPER_MUTANT); // added by killap
56
end
57
58
procedure combat_p_proc begin
@@ -97,7 +97,7 @@ procedure critter_p_proc begin
97
98
99
procedure destroy_p_proc begin
100
- if (i_died == 0) then begin
+ if (i_died == 0 and melchior_obj > 0) then begin
101
i_died := 1;
102
add_timer_event(melchior_obj, 0, OBJECT_VISIBILITY);
103
0 commit comments