mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
@@ -29,3 +29,7 @@
|
||||
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))
|
||||
|
||||
//YW Addition: Adding named landmark for events
|
||||
/obj/effect/landmark/event_spawn/dronepod_landing
|
||||
name = "droppod_landing"
|
||||
@@ -72,3 +72,7 @@
|
||||
/datum/event/maintenance_predator/announce()
|
||||
if(prob(announceProb))
|
||||
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"
|
||||
@@ -45,3 +45,7 @@
|
||||
/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')
|
||||
|
||||
//YW Addition: Adding named landmark for events
|
||||
/obj/effect/landmark/event_spawn/morphspawn
|
||||
name = "morphspawn"
|
||||
File diff suppressed because it is too large
Load Diff
132331
maps/yw/cryogaia-05-main.dmm
132331
maps/yw/cryogaia-05-main.dmm
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user