From e1580f6e0bab2bf17f9d22e790e0b1be4d15c73c Mon Sep 17 00:00:00 2001 From: INSANEMODE Date: Fri, 30 Oct 2020 08:06:23 -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 8f2dde3..0709210 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.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" ) {