mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Relocates combat log proc as a child of unarmed_attack, adds procs for
checking antagonists and close combat modifiers
This commit is contained in:
+9
-1
@@ -1204,7 +1204,15 @@ datum/mind
|
||||
return (duration <= world.time - brigged_since)
|
||||
|
||||
|
||||
|
||||
//Antagonist role check
|
||||
/mob/living/proc/check_special_role(role)
|
||||
if(mind)
|
||||
if(!role)
|
||||
return mind.special_role
|
||||
else
|
||||
return (mind.special_role == role) ? 1 : 0
|
||||
else
|
||||
return 0
|
||||
|
||||
//Initialisation procs
|
||||
/mob/living/proc/mind_initialize()
|
||||
|
||||
Reference in New Issue
Block a user