mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-08 01:47:50 -05:00
Update zm_tomb_craftables.gsc
This commit is contained in:
parent
b3535325b5
commit
e1580f6e0b
@ -336,7 +336,7 @@ craftable_add_glow_fx() //checked partially changed to match cerberus output
|
|||||||
*/
|
*/
|
||||||
return;
|
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" )
|
if ( s_piece.piecename == "gem" )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user