Skip to content

Commit b2f8617

Browse files
More table fixes
1 parent 93a427b commit b2f8617

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

code/game/machinery/doors/table.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
pass_flags_self = PASSTABLE
99
layer = TABLE_LAYER
1010
open_layer = TABLE_LAYER
11+
closed_layer = TABLE_LAYER
1112
throwpass = 1 //You can throw objects over this, despite its density.
1213
use_power = MACHINE_POWER_USE_NONE
1314
machine_flags = SCREWTOGGLE

code/game/objects/items/stacks/stack_recipes.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
if(!dirs_found)
231231
to_chat(user, "<span class='warning'>\The [title] must be constructed next to a table or wall!</span>")
232232
return 0
233-
return 1
233+
return ..()
234234

235235
/datum/stack_recipe/table_door/finish_building(mob/user, var/obj/item/stack/S, var/obj/R)
236236
if(!(dirs_found & clockwise_perpendicular_dirs(R.dir)))

0 commit comments

Comments
 (0)