mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
sfas (#17446)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user