Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit a353e13

Browse files
authored
No more random ghost pings (#22820)
1 parent 7f8e3e7 commit a353e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/events/ghost_role/sentience.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GLOBAL_LIST_INIT(high_priority_sentience, typecacheof(list(
4747

4848
/datum/round_event/ghost_role/sentience/spawn_role()
4949
var/list/mob/dead/observer/candidates
50-
candidates = get_candidates(ROLE_ALIEN, null, ROLE_ALIEN)
50+
candidates = get_candidates(ROLE_SENTIENCE, null, ROLE_SENTIENCE)
5151

5252
// find our chosen mob to breathe life into
5353
// Mobs have to be simple animals, mindless, on station, and NOT holograms.

0 commit comments

Comments
 (0)