Merge pull request #11941 from farie82/examine-info

Adds tips to certain things + general fixes that for issues I across
This commit is contained in:
variableundefined
2019-08-25 16:53:49 -04:00
committed by GitHub
5 changed files with 187 additions and 186 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
/obj/item/defibrillator/examine(mob/user)
..(user)
to_chat(user,"<span class='notice'>Ctrl-click to remove the paddles from the defibrillator.")
to_chat(user, "<span class='notice'>Ctrl-click to remove the paddles from the defibrillator.</span>")
/obj/item/defibrillator/proc/update_power()
if(bcell)