Added a few tips and fixed a bug

This commit is contained in:
joep van der velden
2019-07-29 01:42:51 +02:00
parent fba32dd761
commit 47a63e3a51
3 changed files with 12 additions and 4 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)