Skip to content

Commit

Permalink
Fix light effect being movable (#8336)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirRichardFrancis authored Oct 6, 2023
1 parent 8381ef9 commit 4d968ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/effects/effect_system.dm
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ steam.start() -- spawns the effect
opacity = FALSE
mouse_opacity = FALSE
icon_state = "nothing"
anchored = TRUE // Shouldn't be moved by conveyors and such
var/radius = 3
var/brightness = 2

Expand Down

0 comments on commit 4d968ca

Please sign in to comment.