Resprites (Desoulifies) the minecart and thins the rails so they fit the sprite more (#88840)

This commit is contained in:
Waterpig
2025-01-04 14:18:40 -05:00
committed by GitHub
parent 2df30547c2
commit 53eb764e88
3 changed files with 4 additions and 0 deletions
+4
View File
@@ -177,6 +177,10 @@
else
. += span_notice("Drag this onto a mine cart rail to set it on its way.")
// We don't want the locked crate overlay show up.
/obj/structure/closet/crate/miningcar/closet_update_overlays(list/new_overlays)
return
/obj/structure/closet/crate/miningcar/Move(atom/newloc, direct, glide_size_override, update_dir)
if(isnull(newloc))
return ..()