mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[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:
committed by
GitHub
parent
0c114ce5d3
commit
ab1a8177ff
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user