Fixes some M << to to_chat references.

This commit is contained in:
Repede
2020-09-01 23:16:25 -04:00
parent 129eeac9bc
commit 1aed482d7d
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -312,7 +312,7 @@
//Phorochemistry DM: Allows chemicalresistant shocking -Radiantflash
for(var/datum/reagent/phororeagent/R in M.reagents.reagent_list)
if(R.id == "fulguracin")
M << "<span class='notice'>Your hairs stand up, but you resist the shock for the most part</span>"
to_chat(M, "<span class='notice'>Your hairs stand up, but you resist the shock for the most part</span>")
return 0 //no shock for you
//Checks again. If we are still here subject will be shocked, trigger standard 20 tick warning