From e05bec482549e0bebe85d0b77cfce3a7e03541d0 Mon Sep 17 00:00:00 2001 From: INSANEMODE Date: Fri, 30 Oct 2020 08:23:47 -0500 Subject: [PATCH] Update zm_tomb_craftables.gsc --- .../8 Player Origins Fix/zm_tomb_craftables.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plutonium specific gsc-related fixes/8 Player Origins Fix/zm_tomb_craftables.gsc b/Plutonium specific gsc-related fixes/8 Player Origins Fix/zm_tomb_craftables.gsc index 0709210..8f2dde3 100644 --- a/Plutonium specific gsc-related fixes/8 Player Origins Fix/zm_tomb_craftables.gsc +++ b/Plutonium specific gsc-related fixes/8 Player Origins Fix/zm_tomb_craftables.gsc @@ -336,7 +336,7 @@ craftable_add_glow_fx() //checked partially changed to match cerberus output */ return; } - 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. + 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. { if ( s_piece.piecename == "gem" ) {