mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Fixes some hivemind runtimes.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user