antarc.lua

Shipped with TRX as data/trx/ship/games/tr3/scripts/antarc.lua.

trx.events.on_game_start(function()
  for _, room in pairs(trx.rooms) do
    room.damaging = room.underwater
    room.cold = true
  end
end)

Back to the shipped scripts