Skip to content

Commit

Permalink
fix(disposals): fixes disposal outlet's undefined behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Filatelele authored Feb 4, 2024
1 parent 970d7e2 commit aa02d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/recycling/disposal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@
anchored = 1
var/active = 0
var/turf/target // this will be where the output objects are 'thrown' to.
var/mode = DISPOSALS_OFF
var/mode = 0
atom_flags = ATOM_FLAG_CLIMBABLE

New()
Expand Down

0 comments on commit aa02d8c

Please sign in to comment.