Skip to content

Commit 5713a41

Browse files
committed
dont dupe some small physics entities
1 parent 2f36db9 commit 5713a41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

quant.ew/files/system/wang_hooks/wang_hooks.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ local allow_patching = {
113113
spawn_wheel_small = {},
114114
spawn_wheel_tiny = {},
115115
spawn_large_enemies = {},
116+
spawn_rubble = {},
117+
spawn_bones = {},
118+
spawn_barricade = {},
116119
}
117120

118121
local current_file
@@ -238,4 +241,4 @@ end
238241

239242
util.add_cross_call("ew_sync_pixel_scene", rpc.sync_pixel_scene)
240243

241-
return module
244+
return module

0 commit comments

Comments
 (0)