Skip to content

Commit

Permalink
Update_icon upon evolving/ability use.
Browse files Browse the repository at this point in the history
  • Loading branch information
MPhonks committed Jul 13, 2023
1 parent 88805e3 commit ae5deaf
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
playsound(carrier.loc, 'sound/voice/alien_facehugger_dies.ogg', 25, 1)
carrier.huggers_cur = 0
carrier.huggers_max = 0
carrier.update_hugger_overlays()
carrier.update_eggsac_overlays()
carrier.eggs_max = 12
carrier.extra_build_dist = 1
return TRUE
Expand Down Expand Up @@ -73,3 +75,4 @@
if(egg_generation_progress >= 15)
egg_generation_progress = 0
xeno.eggs_cur++
xeno.update_icons()

0 comments on commit ae5deaf

Please sign in to comment.