mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
Technomancer Fixes
-Instability no longer causes a feedback loop if a bunch of people are clumped together. -Fixes runtime with illusions -Fixes carbonmob illusions not copying appearance correctly.
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