tigercat formatting changes

This commit is contained in:
Citinited
2017-10-15 23:15:28 +01:00
parent a0c3b893fe
commit 73d8c564fc
@@ -202,9 +202,9 @@
if(!facehugger)
return
var/obj/item/F = facehugger
F.forceMove(src.loc)
F.forceMove(loc)
facehugger = null
to_chat(usr, "<span class = 'notice'>You remove [F] from [src]'s face. [src] pants for air and barks.</span>")
to_chat(usr, "<span class='notice'>You remove [F] from [src]'s face. [src] pants for air and barks.</span>")
regenerate_icons()
show_inv(usr)
else