mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Removes leftover mentions of the Icarus. (#14777)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user