mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-20 11:46:50 +01:00
Fixes two more bugs.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
appearance = thing_to_copy.appearance
|
||||
copying = thing_to_copy
|
||||
density = thing_to_copy.density // So you can't bump into objects that aren't supposed to be dense.
|
||||
catalogue_data = thing_to_copy.catalogue_data.Copy()
|
||||
catalogue_data = thing_to_copy.get_catalogue_data()
|
||||
catalogue_delay = thing_to_copy.catalogue_delay
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user