mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
Merge pull request #4829 from Ikarrus/gspeakfix
Fixes Respec exploit with hivemind chat
This commit is contained in:
@@ -380,6 +380,7 @@ var/list/sting_paths
|
|||||||
if(ishuman(src) || ismonkey(src))
|
if(ishuman(src) || ismonkey(src))
|
||||||
if(mind && mind.changeling)
|
if(mind && mind.changeling)
|
||||||
digitalcamo = 0
|
digitalcamo = 0
|
||||||
|
mind.changeling.changeling_speak = 0
|
||||||
mind.changeling.reset()
|
mind.changeling.reset()
|
||||||
for(var/obj/effect/proc_holder/changeling/p in mind.changeling.purchasedpowers)
|
for(var/obj/effect/proc_holder/changeling/p in mind.changeling.purchasedpowers)
|
||||||
if(!(p.dna_cost == 0 && keep_free_powers))
|
if(!(p.dna_cost == 0 && keep_free_powers))
|
||||||
|
|||||||
@@ -229,7 +229,7 @@ var/list/department_radio_keys = list(
|
|||||||
if(2)
|
if(2)
|
||||||
M << msg
|
M << msg
|
||||||
if(1)
|
if(1)
|
||||||
if(prob(20))
|
if(prob(30))
|
||||||
M << "<i><font color=#800080>We can faintly sense another of our kind trying to communicate through the hivemind...</font></i>"
|
M << "<i><font color=#800080>We can faintly sense another of our kind trying to communicate through the hivemind...</font></i>"
|
||||||
return 1
|
return 1
|
||||||
if(1)
|
if(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user