Skip to content

Commit

Permalink
no more stacking trip lasers
Browse files Browse the repository at this point in the history
  • Loading branch information
TobleroneSwordfish committed Sep 12, 2023
1 parent 33e2e96 commit 4632201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mechanics/MechanicMadness.dm
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@
icon_state = "secdetector0"
can_rotate = 1
cabinet_banned = TRUE // abusable. B&
one_per_tile = TRUE //also abusable
var/range = 5
var/list/beamobjs = new/list(5)//just to avoid someone doing something dumb and making it impossible for us to clear out the beams
var/active = 0
Expand Down

0 comments on commit 4632201

Please sign in to comment.