mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 02:58:45 +01:00
Improve admin idlekick capability/awareness
This commit is contained in:
@@ -346,8 +346,8 @@
|
||||
|
||||
// This function can not be undone; do not call this unless you are sure
|
||||
// Also make sure there is a valid control computer
|
||||
/obj/machinery/cryopod/robot/despawn_occupant()
|
||||
var/mob/living/silicon/robot/R = occupant
|
||||
/obj/machinery/cryopod/robot/despawn_occupant(var/mob/to_despawn)
|
||||
var/mob/living/silicon/robot/R = to_despawn
|
||||
if(!istype(R)) return ..()
|
||||
|
||||
qdel(R.mmi)
|
||||
|
||||
Reference in New Issue
Block a user