| 186 | } |
| 187 | |
| 188 | static void SwapShivaMeshToStone(ItemInfo& item, int jointIndex, bool spawnSmoke = true) |
| 189 | { |
| 190 | if (spawnSmoke) |
| 191 | SpawnShivaSmoke(GetJointPosition(&item, jointIndex).ToVector3(), item.RoomNumber); |
| 192 | |
| 193 | item.Model.MeshIndex[jointIndex] = Objects[ID_SHIVA_STATUE].meshIndex + jointIndex; |
| 194 | } |
| 195 | |
| 196 | static void SwapShivaMeshToNormal(ItemInfo& item, int jointIndex, bool spawnSmoke = true) |
| 197 | { |
no test coverage detected