Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions code/controllers/subsystem/minimap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1416,6 +1416,11 @@ SUBSYSTEM_DEF(minimaps)
live = TRUE
drawing = FALSE

/datum/action/minimap/survivor
minimap_flags = NONE
marker_flags = NONE
drawing = FALSE

/datum/action/minimap/observer/action_activate()
. = ..()
if(!.)
Expand Down
1 change: 1 addition & 0 deletions code/game/objects/items/devices/radio/headset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1122,6 +1122,7 @@
name = "colony headset"
desc = "A standard headset used by colonists."
frequency = COLONY_FREQ
minimap_type = /datum/action/minimap/survivor

/obj/item/device/radio/headset/distress/WY
name = "WY corporate headset"
Expand Down