mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Windoor assemblies now respect the user's direction upon creation.
This commit is contained in:
@@ -218,6 +218,8 @@
|
||||
WD = new /obj/structure/windoor_assembly(user.loc)
|
||||
WD.state = "01"
|
||||
WD.anchored = 0
|
||||
WD.dir = user.dir
|
||||
WD.ini_dir = WD.dir
|
||||
src.use(5)
|
||||
switch(user.dir)
|
||||
if(SOUTH)
|
||||
|
||||
Reference in New Issue
Block a user