Skip to content

Commit

Permalink
Update monkestation/code/modules/power/singularity/rad_collector.dm
Browse files Browse the repository at this point in the history
Co-authored-by: MichiRecRoom <[email protected]>
  • Loading branch information
Yawet330 and LikeLakers2 authored Apr 18, 2024
1 parent 4ae6fa1 commit 770dd21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
. = ..()
set_anchored(TRUE)

/obj/machinery/power/rad_collector/Initialize(mapload) //all start anchored now. No more accidental mismaps.
/obj/machinery/power/rad_collector/Initialize(mapload)
. = ..()
RegisterSignal(src, COMSIG_ATOM_PRE_BULLET_ACT, PROC_REF(eat_some_bullets)) //Specifically handles the next part...

Expand Down

0 comments on commit 770dd21

Please sign in to comment.