Split mod
This commit is contained in:
parent
9d94502296
commit
efb0b6aad7
101 changed files with 803 additions and 786 deletions
5
lignumis-base/migrations/lignumis-1.0.32.lua
Normal file
5
lignumis-base/migrations/lignumis-1.0.32.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
for _, player in pairs(game.players) do
|
||||
if player.character then
|
||||
player.character.destructible = true
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue