Fixed holosigns not registering it's projector (#61755)

Before the mapload PR got merged, the mapload param got treated incorrectly as the loc param, allowing the proc to work without problems since source_projector is in the right place. But now that the mapload param is implemented here properly, the previous bad implementation turned into a working feature turned back into a bug. This took way longer than it should have.
This commit is contained in:
vincentiusvin
2021-09-29 22:25:17 +07:00
committed by GitHub
parent e892852f11
commit 584e209c3f
+1 -1
View File
@@ -10,7 +10,7 @@
var/obj/item/holosign_creator/projector
var/use_vis_overlay = TRUE
/obj/structure/holosign/Initialize(mapload, loc, source_projector)
/obj/structure/holosign/Initialize(mapload, source_projector)
. = ..()
if(use_vis_overlay)
alpha = 0