Skip to content

Commit

Permalink
reset prob
Browse files Browse the repository at this point in the history
  • Loading branch information
amylizzle committed Jan 28, 2025
1 parent 27a58ae commit d302689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/obj/artifacts/artifact_objects/lamp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
light.set_brightness(light_brightness)
light.set_color(light_r, light_g, light_b)
light.attach(src)
if(prob(100)) //20 chance this is an inverting lamp
if(prob(20)) //20 chance this is an inverting lamp
bonus_light = new /obj/effect/whackylight(src, light.radius)
src.vis_contents += bonus_light

Expand Down

0 comments on commit d302689

Please sign in to comment.