mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
@@ -28,4 +28,8 @@
|
|||||||
if(!land_target)
|
if(!land_target)
|
||||||
kill()
|
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"
|
||||||
@@ -71,4 +71,8 @@
|
|||||||
|
|
||||||
/datum/event/maintenance_predator/announce()
|
/datum/event/maintenance_predator/announce()
|
||||||
if(prob(announceProb))
|
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"
|
||||||
@@ -44,4 +44,8 @@
|
|||||||
|
|
||||||
/datum/event/morph_spawn/announce()
|
/datum/event/morph_spawn/announce()
|
||||||
if(prob(announceProb))
|
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"
|
||||||
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