Skip to content

Commit

Permalink
throws out bioscan shit
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 9, 2023
1 parent c61101e commit a46fa41
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions code/modules/mob/living/carbon/xenomorph/death.dm
Original file line number Diff line number Diff line change
Expand Up @@ -114,24 +114,6 @@

if(hive)
hive.remove_xeno(src)
// Finding the last xeno for anti-delay.
if(SSticker.mode && SSticker.current_state != GAME_STATE_FINISHED)
if((last_ares_callout + 2 MINUTES) > world.time)
return
if(hive.hivenumber == XENO_HIVE_NORMAL && (LAZYLEN(hive.totalXenos) == 1))
var/mob/living/carbon/xenomorph/X = LAZYACCESS(hive.totalXenos, 1)
last_ares_callout = world.time
// Tell the marines where the last one is.
var/name = "[MAIN_AI_SYSTEM] Bioscan Status"
var/input = "Bioscan complete.\n\nSensors indicate one remaining unknown lifeform signature in [get_area(X)]."
var/datum/ares_link/link = GLOB.ares_link
if(link.interface)
link.log_ares_bioscan(name, input)
marine_announcement(input, name, 'sound/AI/bioscan.ogg', logging = ARES_LOG_NONE)
// Tell the xeno she is the last one.
if(X.client)
to_chat(X, SPAN_XENOANNOUNCE("Your carapace rattles with dread. You are all that remains of the hive!"))
notify_ghosts(header = "Last Xenomorph", message = "There is only one Xenomorph left: [X.name].", source = X, action = NOTIFY_ORBIT)

SEND_GLOBAL_SIGNAL(COMSIG_GLOB_XENO_DEATH, src, gibbed)

Expand Down

0 comments on commit a46fa41

Please sign in to comment.