| 194 | } |
| 195 | |
| 196 | static void SwapShivaMeshToNormal(ItemInfo& item, int jointIndex, bool spawnSmoke = true) |
| 197 | { |
| 198 | if (spawnSmoke) |
| 199 | SpawnShivaSmoke(GetJointPosition(&item, jointIndex).ToVector3(), item.RoomNumber); |
| 200 | |
| 201 | item.Model.MeshIndex[jointIndex] = Objects[ID_SHIVA].meshIndex + jointIndex; |
| 202 | } |
| 203 | |
| 204 | static bool DoShivaMeshSwap(ItemInfo& item, bool isDead) |
| 205 | { |
no test coverage detected