showing up in orbit (#32010)

This commit is contained in:
Christer2222
2026-05-17 20:43:55 +02:00
committed by GitHub
parent 37e5e78417
commit 38c9d1a72a
+5
View File
@@ -162,6 +162,11 @@ GLOBAL_DATUM_INIT(orbit_menu, /datum/orbit_menu, new)
var/list/antag_serialized = serialized.Copy()
antag_serialized["antag"] = "Morph"
antagonists += list(antag_serialized)
else if(istype(M, /mob/living/basic/mouse/irradiated_mouse))
var/list/antag_serialized = serialized.Copy()
antag_serialized["antag"] = "Irradiated Mouse"
antagonists += list(antag_serialized)
else
if(length(orbiters) >= 0.2 * length_of_ghosts) // If a bunch of people are orbiting an object, like the nuke disk.
highlights += list(serialized)