[MIRROR] Xenoarch Rework [Ready for Review] (#9951)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-26 17:07:01 -07:00
committed by GitHub
parent 0c114ce5d3
commit ab1a8177ff
88 changed files with 2178 additions and 1363 deletions

View File

@@ -477,12 +477,6 @@
BD.unwrap()
open()
/obj/structure/closet/proc/animate_shake()
var/init_px = pixel_x
var/shake_dir = pick(-1, 1)
animate(src, transform=turn(matrix(), 8*shake_dir), pixel_x=init_px + 2*shake_dir, time=1)
animate(transform=null, pixel_x=init_px, time=6, easing=ELASTIC_EASING)
/obj/structure/closet/onDropInto(var/atom/movable/AM)
return

View File

@@ -70,7 +70,8 @@
/obj/item/clothing/glasses/science,
/obj/item/radio/headset/headset_sci,
/obj/item/storage/belt/archaeology,
/obj/item/storage/excavation)
/obj/item/storage/excavation,
/obj/item/pickaxe/excavationdrill)
/obj/structure/closet/excavation
name = "Excavation tools"