Skip to content

Commit

Permalink
Makes corruption pass tables and grilles
Browse files Browse the repository at this point in the history
Corruption can now pass through tables and grilles.
  • Loading branch information
Sym committed Sep 30, 2023
1 parent 22f43e0 commit a8289f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deadspace/code/corruption/corruption.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
alpha = 20
resistance_flags = UNACIDABLE
obj_flags = CAN_BE_HIT
pass_flags = PASSTABLE | PASSGRILLE
interaction_flags_atom = NONE
/// Node that keeps us alive
var/datum/corruption_node/master
Expand Down

0 comments on commit a8289f0

Please sign in to comment.