Fix holodeck tables being invisible and chairs facing the wrong way (#23318)

* Fix objects copied via `/area/copy_contents_to()` not smoothing properly

* Spring cleaning

* Good riddance

* Summer cleaning

* Fix holodeck stools facing the wrong way

* `var/list = list()` over `new`

* Lewcc review

* DGamerL review; cleanup and spacing jesus fuck

* DGamerL + Contrabang wombo combo review; minor cleanup
This commit is contained in:
Nathan Winters
2023-12-12 19:57:43 +00:00
committed by GitHub
parent 174ea9696e
commit c94325be4d
2 changed files with 154 additions and 189 deletions
@@ -97,7 +97,7 @@
qdel(B)
for(var/mob/living/simple_animal/hostile/carp/holocarp/C in linkedholodeck)
qdel(C)
holographic_items = A.copy_contents_to(linkedholodeck, platingRequired = TRUE, perfect_copy = FALSE)
holographic_items = A.copy_contents_to(linkedholodeck, platingRequired = TRUE)
if(emagged)
for(var/obj/item/holo/H in linkedholodeck)