Remove nanites (#60473)

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
Mothblocks
2021-07-28 16:00:56 -07:00
committed by GitHub
co-authored by Fikou
parent dc510ba3f8
commit bd6873fd4d
96 changed files with 3622 additions and 11269 deletions
@@ -68,7 +68,7 @@
if(implant.imp_in == owner || !implant.imp_in)
continue
// Deliberately the same message framing as nanite message + ghost deathrattle
// Deliberately the same message framing as ghost deathrattle
var/mob/living/recipient = implant.imp_in
to_chat(recipient, "<i>You hear a strange, robotic voice in your head...</i> \"[span_robot("<b>[name]</b> has died at <b>[area]</b>.")]\"")
recipient.playsound_local(get_turf(recipient), sound, vol = 75, vary = FALSE, pressure_affected = FALSE, use_reverb = FALSE)