mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
Fixes some M << to to_chat references.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user