Skip to content

Commit

Permalink
You can no longer somehow reach *around* a shield wall (#2513)
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy authored Jul 3, 2024
1 parent de2f841 commit ff8c90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/shieldgen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@
density = TRUE
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
light_outer_range = 3
pass_flags_self = parent_type::pass_flags_self & ~LETPASSCLICKS // monkestation edit: no you can't reach around the impenetrable shield
var/needs_power = FALSE
var/obj/machinery/power/shieldwallgen/gen_primary
var/obj/machinery/power/shieldwallgen/gen_secondary
Expand Down
1 change: 1 addition & 0 deletions code/modules/power/singularity/containment_field.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
can_atmos_pass = ATMOS_PASS_NO
light_outer_range = 4
layer = ABOVE_OBJ_LAYER
pass_flags_self = parent_type::pass_flags_self & ~LETPASSCLICKS // monkestation edit: no you can't reach around the impenetrable shield
///First of the generators producing the containment field
var/obj/machinery/field/generator/field_gen_1 = null
///Second of the generators producing the containment field
Expand Down

0 comments on commit ff8c90c

Please sign in to comment.