Merge pull request #10520 from Hatterhat/tg-40920

you like examining things? - port of tgstation 40920
This commit is contained in:
Ghom
2020-01-19 16:37:40 +01:00
committed by GitHub
38 changed files with 212 additions and 21 deletions
+1 -1
View File
@@ -615,7 +615,7 @@
if(do_after(mob_viewer, 35, null, mob_viewer))
if(isliving(mob_viewer))
var/mob/living/L = mob_viewer
to_chat(mob_viewer, "<span class='notice'>You succesfuly remove the durathread strand.</span>")
to_chat(mob_viewer, "<span class='notice'>You successfully remove the durathread strand.</span>")
L.remove_status_effect(STATUS_EFFECT_CHOKINGSTRAND)