mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Fixes silicons not having access to malfunctiong AI stats (#35022)
* fixes * Move this to /mob/living instead.
This commit is contained in:
committed by
GitHub
parent
430d9c0949
commit
2b7edf4e09
@@ -1919,3 +1919,11 @@ Thanks.
|
||||
if(B.host_brain.ckey)
|
||||
to_chat(src, "<span class='danger'>You send a punishing spike of psychic agony lancing into your host's brain.</span>")
|
||||
to_chat(B.host_brain, "<span class='danger'><FONT size=3>Horrific, burning agony lances through you, ripping a soundless scream from your trapped mind!</FONT></span>")
|
||||
|
||||
/mob/living/Stat()
|
||||
..()
|
||||
if(statpanel("Status"))
|
||||
if(mind)
|
||||
for(var/role in mind.antag_roles)
|
||||
var/datum/role/R = mind.antag_roles[role]
|
||||
stat(R.StatPanel())
|
||||
|
||||
Reference in New Issue
Block a user