[MIRROR] sane stacks (#11533)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-29 16:12:10 -07:00
committed by GitHub
parent 4797afe137
commit a272557ccd
21 changed files with 45 additions and 27 deletions

View File

@@ -132,7 +132,7 @@
can_plate = FALSE
/obj/structure/table/alien/Initialize(mapload)
material = get_material_by_name("alium")
material = get_material_by_name(MAT_ALIEN_ALIUM)
verbs -= /obj/structure/table/verb/do_flip
verbs -= /obj/structure/table/proc/do_put
. = ..()