Skip to content

Commit 7c786f6

Browse files
committed
Minor Fixpack: Christmas 2024 Edition
Robotics is now a Medical access in all respective UIs. - fixes DaedalusDock#1032 Chairs face your direction when you place them from their item form. - fixes DaedalusDock#1068
1 parent b1e5b8a commit 7c786f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/__DEFINES/access.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@
400400
ACCESS_CHEMISTRY, \
401401
ACCESS_VIROLOGY, \
402402
ACCESS_SURGERY, \
403+
ACCESS_ROBOTICS, \
403404
ACCESS_MECH_MEDICAL, \
404405
ACCESS_CMO, \
405406
ACCESS_PHARMACY, \
@@ -414,7 +415,6 @@
414415
ACCESS_ORDNANCE, \
415416
ACCESS_ORDNANCE_STORAGE, \
416417
ACCESS_GENETICS, \
417-
ACCESS_ROBOTICS, \
418418
ACCESS_XENOBIOLOGY, \
419419
ACCESS_MECH_SCIENCE, \
420420
ACCESS_MINISAT, \

code/game/objects/structures/beds_chairs/chair.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/chair/stool/bar, 0)
349349
var/obj/structure/chair/C = new origin_type(get_turf(loc))
350350
C.set_custom_materials(custom_materials)
351351
TransferComponents(C)
352-
C.setDir(dir)
352+
C.setDir(user.dir)
353353
qdel(src)
354354

355355
/obj/item/chair/proc/smash(mob/living/user)

0 commit comments

Comments
 (0)