Stone Shoe links 8 -> 5

This commit is contained in:
Antonio Martinez 2025-10-07 00:59:01 -04:00
parent ee8ec81da4
commit 61d9722214

View file

@ -115,7 +115,7 @@ struct Shoe : Mobj
shoe->dir(0);
shoe->fuse = 15 * TICRATE;
INT32 numLinks = 8;
INT32 numLinks = 5;
Chain* link = nullptr;
for (INT32 i = 0; i < numLinks; ++i)