Removes leftover mentions of the Icarus. (#14777)

This commit is contained in:
Matt Atlas
2022-09-07 21:34:30 +02:00
committed by GitHub
parent b3a7d0b4b6
commit 2fd3a3b2f3
5 changed files with 47 additions and 6 deletions
+2 -2
View File
@@ -25,10 +25,10 @@
var/announcement = ""
var/soundfile = 'sound/AI/carp_migration.ogg'
if(severity == EVENT_LEVEL_MAJOR && deploy_drones)
announcement = "A massive migration of unknown biological entities has been detected near [location_name()], please stand-by. The NDV Icarus has dispatched combat drones to assist."
announcement = "A massive migration of unknown biological entities has been detected near [location_name()], please stand-by."
soundfile = 'sound/AI/massivespacecarp.ogg'
else
announcement = "Unknown biological [length(spawned_carp) == 1 ? "entity has" : "entities have"] been detected near [location_name()], please stand-by.[severity == EVENT_LEVEL_MODERATE ? " The NDV Icarus has dispatched combat drones to assist." : ""]"
announcement = "Unknown biological [length(spawned_carp) == 1 ? "entity has" : "entities have"] been detected near [location_name()], please stand-by."
command_announcement.Announce(announcement, "Lifesign Alert", new_sound = soundfile)
break
@@ -1,6 +1,6 @@
/mob/living/simple_animal/hostile/icarus_drone
name = "combat drone"
desc = "An automated combat drone armed with state of the art weaponry and shielding. This one has the markings of the NDV Icarus on the side."
desc = "An automated combat drone armed with state of the art weaponry and shielding. This one has the markings of a drone carrier on the side."
desc_fluff = "Produced by NanoTrasen, these combat drones are often carried and deployed by NDV Drone Carriers to protect local assets."
icon_state = "drone3"
icon_living = "drone3"