This commit is contained in:
kevinz000
2020-01-22 05:35:21 -07:00
parent a8628cee33
commit ff98fe7bf5
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -717,7 +717,7 @@
G.reenter_corpse()
/// Sets our can_hijack to the fastest speed our antag datums allow.
/datum/mind/proc/update_can_hijack()
/datum/mind/proc/update_hijack_speed()
can_hijack = 0
for(var/datum/antagonist/A in antag_datums)
can_hijack = max(can_hijack, A.hijack_speed())