This commit is contained in:
Fluffy
2023-09-26 20:15:27 +02:00
committed by GitHub
parent c48dc856e8
commit 173f73ae27
3 changed files with 44 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
icon = 'icons/obj/structure/beds.dmi'
icon_state = "bed"
anchored = TRUE
buckle_dir = EAST
buckle_dir = SOUTH
buckle_lying = 1
build_amt = 2
var/material/padding_material

View File

@@ -142,7 +142,7 @@ There are several things that need to be remembered:
var/matrix/M = matrix()
switch(src.dir)
if(NORTH,EAST)
if(SOUTH,EAST)
M.Turn(90)
else
M.Turn(-90)