Skip to content

Commit

Permalink
thrown tables no longer cuck you
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Oct 12, 2024
1 parent a0eaca7 commit 06badfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/structures/table_flipped.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
density = TRUE
layer = ABOVE_MOB_LAYER
opacity = FALSE
pass_flags_self = LETPASSTHROW
var/table_type = /obj/structure/table

/obj/structure/flippedtable/Initialize()
Expand Down Expand Up @@ -54,6 +55,8 @@
return
if(istype(exiter, /obj/projectile))
return
if(istype(exiter, /obj/item))
return
if(direction == table_dir)
exiter.Bump(src)
return COMPONENT_ATOM_BLOCK_EXIT
Expand Down

0 comments on commit 06badfd

Please sign in to comment.