deletes the forcesay() proc fixing tyder wizards getting murderized (#20398)

* deletes forcesay

* removes hit_appends fully
This commit is contained in:
GDN
2023-02-15 20:55:50 +01:00
committed by GitHub
parent 8d17e82c72
commit f567da369b
9 changed files with 0 additions and 61 deletions
@@ -492,10 +492,6 @@ Congratulations! You are now trained for invasive xenobiology research!"}
"<span class='userdanger'>[user] has stunned you with [src]!</span>")
playsound(loc, 'sound/weapons/egloves.ogg', 50, 1, -1)
if(ishuman(L))
var/mob/living/carbon/human/H = L
H.forcesay(GLOB.hit_appends)
add_attack_logs(user, L, "Stunned with [src]")
/obj/item/abductor_baton/proc/SleepAttack(mob/living/L,mob/living/user)