mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +00:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user