Skip to content

Commit

Permalink
suka
Browse files Browse the repository at this point in the history
suka
  • Loading branch information
AmShegars committed Aug 16, 2024
1 parent 1b6a1a0 commit 5f38717
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
. = ..()
if(icon_num == 0 || icon_num == 1 || icon_num == 7 || icon_num == 11 || icon_num == 12)
if(can_born_anomalies)
born_anomalies()
if((atom_flags & ATOM_FLAG_INITIALIZED))
born_anomalies()

/obj/machinery/artifact/no_anomalies
can_born_anomalies = FALSE
Expand Down

0 comments on commit 5f38717

Please sign in to comment.