September 2024 adds, QoL and fixes

This commit is contained in:
Nadyr
2024-09-02 23:12:15 -04:00
parent 291ef524bb
commit eff6c5749c
23 changed files with 97 additions and 23 deletions
@@ -69,6 +69,14 @@
update_icon()
return 1
/obj/structure/closet/crate/MouseDrop_T(mob/target, mob/user)
// Adds climbing from drag, You can't put yourself in crates with a drag anyway... Nore anyone else actually.
var/mob/living/H = user
if(istype(H) && can_climb(H) && target == user)
do_climb(target)
else
return ..()
/obj/structure/closet/crate/verb/rotate_clockwise()
set name = "Rotate Crate Clockwise"
set category = "Object"