This commit is contained in:
Repede
2020-04-05 16:10:11 -04:00
parent 388a7277e7
commit b2386e22f3
5 changed files with 10888 additions and 229316 deletions

View File

@@ -28,4 +28,8 @@
if(!land_target)
kill()
new /datum/random_map/droppod/supply(null, land_target.x-2, land_target.y-2, land_target.z, supplied_drops = list(/obj/structure/ghost_pod/manual/lost_drone/dogborg))
new /datum/random_map/droppod/supply(null, land_target.x-2, land_target.y-2, land_target.z, supplied_drops = list(/obj/structure/ghost_pod/manual/lost_drone/dogborg))
//YW Addition: Adding named landmark for events
/obj/effect/landmark/event_spawn/dronepod_landing
name = "droppod_landing"

View File

@@ -71,4 +71,8 @@
/datum/event/maintenance_predator/announce()
if(prob(announceProb))
command_announcement.Announce("Unexpected biosignature detected in the maintenance tunnels of [station_name()].", "Lifesign Alert")
command_announcement.Announce("Unexpected biosignature detected in the maintenance tunnels of [station_name()].", "Lifesign Alert")
//YW Addition: Adding named landmark for events
/obj/effect/landmark/event_spawn/maintpred
name = "maint_pred"

View File

@@ -44,4 +44,8 @@
/datum/event/morph_spawn/announce()
if(prob(announceProb))
command_announcement.Announce("Unknown entitity detected boarding [station_name()]. Exercise extra caution.", "Lifesign Alert", new_sound = 'sound/AI/aliens.ogg')
command_announcement.Announce("Unknown entitity detected boarding [station_name()]. Exercise extra caution.", "Lifesign Alert", new_sound = 'sound/AI/aliens.ogg')
//YW Addition: Adding named landmark for events
/obj/effect/landmark/event_spawn/morphspawn
name = "morphspawn"