Drain blood works properly even if a target Skrell goes to Srom during. (#8027)

Skrell in Srom will still get messages about memory loss due to brain damage done to their real body.
This commit is contained in:
mikomyazaki
2020-01-17 06:56:51 +00:00
committed by Matt Atlas
parent c39083f849
commit 7aa0e6475b
4 changed files with 30 additions and 8 deletions

View File

@@ -177,4 +177,11 @@
psi.check_latency_trigger(100, source, TRUE)
/mob/living/carbon/human/get_resist_power()
return species.resist_mod
return species.resist_mod
// Handle cases where the mob's awareness may reside in another mob, but still cares about how its brain is doing
/mob/living/carbon/human/proc/find_mob_consciousness()
if(istype(bg) && bg.client)
return bg
return src