Merge pull request #7773 from phil235/HoloSignFix

Fixes the holosign projector sign count not increasing after destroying old signs.
This commit is contained in:
hornygranny
2015-02-18 12:59:50 -08:00
@@ -29,6 +29,7 @@
var/obj/effect/overlay/holograph/H = locate() in T
if(H)
user << "<span class='notice'>You use [src] to destroy [H].</span>"
signs.Remove(H)
qdel(H)
else
if(signs.len < max_signs)