From 073b82e077c403712399da779b3f8d27045a1d00 Mon Sep 17 00:00:00 2001 From: INSANEMODE Date: Fri, 30 Oct 2020 08:06:46 -0500 Subject: [PATCH] Update zm_tomb_craftables.gsc --- zm_tomb_patch/maps/mp/zm_tomb_craftables.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zm_tomb_patch/maps/mp/zm_tomb_craftables.gsc b/zm_tomb_patch/maps/mp/zm_tomb_craftables.gsc index 2b97ba9..1b6476c 100644 --- a/zm_tomb_patch/maps/mp/zm_tomb_craftables.gsc +++ b/zm_tomb_patch/maps/mp/zm_tomb_craftables.gsc @@ -418,7 +418,7 @@ craftable_add_glow_fx() //checked partially changed to match cerberus output */ return; } - foreach ( s_piece in s_craftable.a_piecestubs ) //replaced with a foreach to get each s_piece, which is needed for craftable_model_attach_glow to work. + foreach ( s_piece in s_craftable.piecestubs ) //replaced with a foreach to get each s_piece, which is needed for craftable_model_attach_glow to work. { if ( s_piece.piecename == "gem" ) {