Skip to content

Commit

Permalink
Add pool spawn flash for bursts
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jul 29, 2023
1 parent a63760f commit d220e42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/Embryo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@

if(new_xeno.client)
new_xeno.client.change_view(world_view_size)
if(new_xeno.client.prefs?.toggles_flashing & FLASH_POOLSPAWN)
window_flash(new_xeno.client)

SSround_recording.recorder.track_player(new_xeno)

Expand Down

0 comments on commit d220e42

Please sign in to comment.