mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user