stealthmin fix

This commit is contained in:
Mieszko Je
2021-10-03 18:17:53 +02:00
parent df51d7370d
commit 134a4bb663
3 changed files with 11 additions and 2 deletions
+4
View File
@@ -85,6 +85,10 @@
original = null
return ..()
/datum/mind/proc/get_display_key()
var/clientKey = current?.client.get_display_key()
return clientKey ? clientKey : key
/datum/mind/proc/transfer_to(mob/living/new_character)
var/datum/atom_hud/antag/hud_to_transfer = antag_hud //we need this because leave_hud() will clear this list
var/mob/living/old_current = current