Fixes some hivemind runtimes.

This commit is contained in:
AnturK
2019-05-27 19:08:42 +02:00
parent 733330b4f6
commit 34fd20f202
+5 -2
View File
@@ -108,7 +108,7 @@
if(!M)
revert_cast()
return
hive.remove_from_hive(M)
hive.remove_from_hive(target)
hive.calc_size()
hive.threat_level += 0.1
to_chat(user, "<span class='notice'>We remove [target.name] from the hive</span>")
@@ -326,7 +326,10 @@
name = "mind control victim"
real_name = "unknown conscience"
/mob/living/passenger/say(message, bubble_type, var/list/spans = list(), sanitize = TRUE, datum/language/language = null, ignore_spam = FALSE, forced = null)
/mob/living/passenger/UnarmedAttack(atom/A)
return
/mob/living/passenger/say(message, bubble_type, list/spans = list(), sanitize = TRUE, datum/language/language = null, ignore_spam = FALSE, forced = null)
to_chat(src, "<span class='warning'>You find yourself unable to speak, you aren't in control of your body!</span>")
return FALSE