Skip to content

Commit

Permalink
further acid runner commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostsheet committed Aug 3, 2023
1 parent b8da98b commit b319b3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/mob/living/carbon/xenomorph/xeno_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -939,13 +939,13 @@
if(isnull(new_xeno))
return FALSE

if(!SSticker.mode.transfer_xeno(xeno_client,.mob, new_xeno))
if(!SSticker.mode.transfer_xeno(xeno_client.mob, new_xeno))
qdel(new_xeno)
return FALSE

new_xeno.visible_message(SPAN_XENODANGER("A larva suddenly emerge from a dead husk!"),
new_xeno.visible_message(SPAN_XENODANGER("A larva suddenly emerges from a dead husk!"),
SPAN_XENOANNOUNCE("The hive has no core! You manage to emerge from your old husk as a larva!"))
msg_admin_niche("[key_name(new_xeno)] burrowed out from \a [spawning_turf]. [ADMIN_JMP(spawning_turf)]")
msg_admin_niche("[key_name(new_xeno)] respawned at \a [spawning_turf]. [ADMIN_JMP(spawning_turf)]")
playsound(new_xeno, 'sound/effects/xeno_newlarva.ogg', 50, 1)
if(new_xeno.client?.prefs?.toggles_flashing & FLASH_POOLSPAWN)
window_flash(new_xeno.client)
Expand Down

0 comments on commit b319b3f

Please sign in to comment.