mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user