[MIRROR] Sintouched antag datums (#6096)
* Sintouched antag datums (#36561) * Sintouched stuff * hudz * These are boring and when they happen they happen en masse so let's just list them * undefs * Sintouched antag datums
This commit is contained in:
committed by
Poojawa
parent
3e25c34dbc
commit
4f254f181f
@@ -781,6 +781,13 @@
|
||||
if(G)
|
||||
G.reenter_corpse()
|
||||
|
||||
|
||||
/datum/mind/proc/has_objective(objective_type)
|
||||
for(var/datum/antagonist/A in antag_datums)
|
||||
for(var/O in A.objectives)
|
||||
if(istype(O,objective_type))
|
||||
return TRUE
|
||||
|
||||
/mob/proc/sync_mind()
|
||||
mind_initialize() //updates the mind (or creates and initializes one if one doesn't exist)
|
||||
mind.active = 1 //indicates that the mind is currently synced with a client
|
||||
|
||||
Reference in New Issue
Block a user